File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
<phpunit bootstrap =" tests/bootstrap.php" >
3
3
<testsuites >
4
4
<testsuite name =" The project's test suite" >
5
- <directory >./vendor/simplesamlphp/simplesamlphp-test-framework/tests/ </directory >
6
- <directory >tests/ </directory >
5
+ <directory >./vendor/simplesamlphp/simplesamlphp-test-framework/src </directory >
6
+ <directory >./tests </directory >
7
7
</testsuite >
8
8
</testsuites >
9
9
<filter >
13
13
</filter >
14
14
<logging >
15
15
<log type =" coverage-text" target =" php://stdout" showUncoveredFiles =" true" />
16
- <log type =" coverage-html" target =" build/coverage" title = " PHP Coveralls " charset = " UTF-8 " yui = " true " highlight = " true " lowUpperBound =" 35" highLowerBound =" 70" />
16
+ <log type =" coverage-html" target =" build/coverage" lowUpperBound =" 35" highLowerBound =" 70" />
17
17
<log type =" coverage-clover" target =" build/logs/clover.xml" />
18
18
</logging >
19
19
</phpunit >
You can’t perform that action at this time.
0 commit comments