File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ before_script:
2121 - phpenv config-rm xdebug.ini
2222
2323script :
24- - vendor/bin/phpunit --bootstrap tests/bootstrap.php --configuration tests/phpunit.xml
24+ - vendor/bin/phpunit
2525 - php vendor/bin/phpcpd --exclude tests --exclude vendor .
2626 - php vendor/bin/phploc . --exclude vendor
2727 - php vendor/bin/phploc lib/.
Original file line number Diff line number Diff line change 1+ <phpunit bootstrap =" ./tests/bootstrap.php" colors =" true" >
2+ <testsuites >
3+ <testsuite name =" OneLogin PHP-SAML Test Suite" >
4+ <directory >./tests/src</directory >
5+ </testsuite >
6+ </testsuites >
7+ <filter >
8+ <whitelist processUncoveredFilesFromWhitelist =" true" >
9+ <directory >./lib</directory >
10+ </whitelist >
11+ </filter >
12+ <logging >
13+ <log type =" coverage-html" target =" ./tests/build/coverage" charset =" UTF-8" yui =" true" highlight =" false" lowUpperBound =" 35" highLowerBound =" 70" />
14+ <log type =" test-xml" target =" ./tests/build/logfile.xml" logIncompleteSkipped =" false" />
15+ <log type =" coverage-clover" target =" ./tests/build/logs/clover.xml" />
16+ <log type =" coverage-php" target =" ./tests/build/logs/coverage.cov" />
17+ </logging >
18+ </phpunit >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments