File tree Expand file tree Collapse file tree 1 file changed +19
-18
lines changed
Expand file tree Collapse file tree 1 file changed +19
-18
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <phpunit bootstrap =" tests/bootstrap.php" >
3- <testsuites >
4- <testsuite name =" The project's test suite" >
5- <directory >./vendor/simplesamlphp/simplesamlphp-test-framework/tests/</directory >
6- <directory >tests/</directory >
7- </testsuite >
8- </testsuites >
9- <filter >
10- <whitelist processUncoveredFilesFromWhitelist =" true" >
11- <directory suffix =" .php" >./lib</directory >
12- </whitelist >
13- </filter >
14- <logging >
15- <log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" true" />
16- <log type =" coverage-html" target =" build/coverage" lowUpperBound =" 35" highLowerBound =" 70" />
17- <log type =" coverage-clover" target =" build/logs/clover.xml" />
18- </logging >
1+ <?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" >./lib</directory >
6+ </include >
7+ <report >
8+ <clover outputFile =" build/logs/clover.xml" />
9+ <html outputDirectory =" build/coverage" lowUpperBound =" 35" highLowerBound =" 70" />
10+ <text outputFile =" php://stdout" showUncoveredFiles =" true" />
11+ </report >
12+ </coverage >
13+ <testsuites >
14+ <testsuite name =" The project's test suite" >
15+ <directory >./vendor/simplesamlphp/simplesamlphp-test-framework/tests/</directory >
16+ <directory >tests/</directory >
17+ </testsuite >
18+ </testsuites >
19+ <logging />
1920</phpunit >
You can’t perform that action at this time.
0 commit comments