File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3333 "config" : {
3434 "allow-plugins" : {
3535 "composer/package-versions-deprecated" : true ,
36- "simplesamlphp/composer-module-installer" : true
36+ "simplesamlphp/composer-module-installer" : true ,
37+ "dealerdirect/phpcodesniffer-composer-installer" : true
3738 }
3839 }
3940}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3/phpunit.xsd" >
3- <coverage processUncoveredFiles =" true" >
4- <include >
5- <directory suffix =" .php" >./src</directory >
6- </include >
2+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" tests/bootstrap.php" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5/phpunit.xsd" cacheDirectory =" .phpunit.cache" >
3+ <coverage >
74 <report >
85 <clover outputFile =" build/logs/clover.xml" />
96 <html outputDirectory =" build/coverage" lowUpperBound =" 35" highLowerBound =" 70" />
1714 </testsuite >
1815 </testsuites >
1916 <logging />
17+ <source >
18+ <include >
19+ <directory suffix =" .php" >./src</directory >
20+ </include >
21+ </source >
2022</phpunit >
Original file line number Diff line number Diff line change 99use SimpleSAML \Error ;
1010
1111use function array_key_exists ;
12+ use function array_merge ;
1213use function in_array ;
13- use function is_array ;
14- use function is_bool ;
1514use function is_numeric ;
1615
1716/**
You can’t perform that action at this time.
0 commit comments