File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,9 @@ matrix:
1919before_script :
2020 - composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
2121 - composer update --no-interaction
22- - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
2322
2423script :
25- - bin/check-syntax.sh
24+ - vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-php .sh
2625 - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
2726 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi
2827
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3838 },
3939 "require-dev" : {
4040 "simplesamlphp/simplesamlphp" : " ^1.17" ,
41- "phpunit/phpunit " : " ~5.7 "
41+ "simplesamlphp/simplesamlphp-test-framework " : " ^0.0.10 "
4242 },
4343 "support" : {
44- "issues" : " https://github.com/tvdijen /simplesamlphp-module-ldap/issues" ,
45- "source" : " https://github.com/tvdijen /simplesamlphp-module-ldap"
44+ "issues" : " https://github.com/simplesamlphp /simplesamlphp-module-ldap/issues" ,
45+ "source" : " https://github.com/simplesamlphp /simplesamlphp-module-ldap"
4646 }
4747}
Original file line number Diff line number Diff line change 22<phpunit bootstrap =" tests/bootstrap.php" >
33 <testsuites >
44 <testsuite name =" The project's test suite" >
5+ <directory >./vendor/simplesamlphp/simplesamlphp-test-framework/tests/</directory >
56 <directory >tests/</directory >
67 </testsuite >
78 </testsuites >
You can’t perform that action at this time.
0 commit comments