File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ before_script:
1515- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then composer require --dev php-coveralls/php-coveralls; fi
1616script :
1717- bin/check-syntax.sh
18- - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit --configuration tools/phpunit ; else php vendor/phpunit/phpunit/phpunit --configuration tools /phpunit --no-coverage; fi
18+ - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
1919- if [[ "$TRAVIS_PHP_VERSION" == "7.0" ]]; then vendor/bin/psalm; fi
2020after_success :
2121- if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/bin/php-coveralls -v; fi
Original file line number Diff line number Diff line change 88 processIsolation =" false"
99 stopOnFailure =" false"
1010 syntaxCheck =" false"
11- bootstrap =" ./../../ tests/bootstrap.php" >
11+ bootstrap =" ./tests/bootstrap.php" >
1212 <testsuites >
1313 <testsuite name =" Unit tests" >
14- <directory >./../../ tests/</directory >
14+ <directory >./tests/</directory >
1515 </testsuite >
1616 </testsuites >
1717 <filter >
1818 <whitelist processUncoveredFilesFromWhitelist =" true" >
19- <directory suffix =" .php" >./../../ lib/</directory >
20- <directory suffix =" .php" >./../../ modules/consent/lib/</directory >
21- <directory suffix =" .php" >./../../ modules/core/lib/</directory >
22- <directory suffix =" .php" >./../../ modules/saml/lib/</directory >
19+ <directory suffix =" .php" >./lib/</directory >
20+ <directory suffix =" .php" >./modules/consent/lib/</directory >
21+ <directory suffix =" .php" >./modules/core/lib/</directory >
22+ <directory suffix =" .php" >./modules/saml/lib/</directory >
2323 <exclude >
24- <directory >./../../ vendor/</directory >
25- <directory >./../../ tests/</directory >
26- <file >./../../ lib/SimpleSAML/Utils/HttpAdapter.php</file >
24+ <directory >./vendor/</directory >
25+ <directory >./tests/</directory >
26+ <file >./lib/SimpleSAML/Utils/HttpAdapter.php</file >
2727 </exclude >
2828 </whitelist >
2929 </filter >
You can’t perform that action at this time.
0 commit comments