File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515before_script :
1616 - composer require "simplesamlphp/simplesamlphp:${SIMPLESAMLPHP_VERSION}" --no-update
1717 - composer update --no-interaction
18- - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm:1.1.9; fi
1918
2019script :
21- - bin/check-syntax.sh
20+ - vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-php .sh
2221 - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
2322 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi
2423
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 },
3434 "require-dev" : {
3535 "simplesamlphp/simplesamlphp" : " ^1.17" ,
36- "phpunit/phpunit " : " ~5.7 "
36+ "simplesamlphp/simplesamlphp-test-framework " : " ^0.0.10 "
3737 },
3838 "support" : {
39- "issues" : " https://github.com/tvdijen /simplesamlphp-module-adfs/issues" ,
40- "source" : " https://github.com/tvdijen /simplesamlphp-module-adfs"
39+ "issues" : " https://github.com/simplesamlphp /simplesamlphp-module-adfs/issues" ,
40+ "source" : " https://github.com/simplesamlphp /simplesamlphp-module-adfs"
4141 }
4242}
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 >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments