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 3232 },
3333 "require-dev" : {
3434 "simplesamlphp/simplesamlphp" : " ^1.17" ,
35- "phpunit/phpunit " : " ~5.7 "
35+ "simplesamlphp/simplesamlphp-test-framework " : " ^0.0.10 "
3636 },
3737 "support" : {
38- "issues" : " https://github.com/tvdijen /simplesamlphp-module-exampleattributeserver/issues" ,
39- "source" : " https://github.com/tvdijen /simplesamlphp-module-exampleattributeserver"
38+ "issues" : " https://github.com/simplesamlphp /simplesamlphp-module-exampleattributeserver/issues" ,
39+ "source" : " https://github.com/simplesamlphp /simplesamlphp-module-exampleattributeserver"
4040 }
4141}
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