File tree Expand file tree Collapse file tree 5 files changed +3
-458
lines changed
Expand file tree Collapse file tree 5 files changed +3
-458
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ before_script:
2222 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
2323
2424script :
25- - bin/check-syntax.sh
25+ - vendor/simplesamlphp/simplesamlphp-test-framework/ bin/check-syntax-php .sh
2626 - if [[ "$TRAVIS_PHP_VERSION" == "5.6" ]]; then php vendor/phpunit/phpunit/phpunit; else php vendor/phpunit/phpunit/phpunit --no-coverage; fi
2727 - if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then vendor/bin/psalm; fi
2828
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+ "simplesamlphp/simplesamlphp-test-framework" : " ^0.0.7" ,
3536 "phpunit/phpunit" : " ~5.7"
3637 },
3738 "support" : {
Original file line number Diff line number Diff line change 2929 </issueHandlers >
3030
3131 <stubs >
32- <file name =" tests/Utils/Stubs /radius.php" />
32+ <file name =" vendor/simplesamlphp/simplesamlphp-test-framework/stubs /radius.php" />
3333 </stubs >
3434</psalm >
You can’t perform that action at this time.
0 commit comments