Skip to content

Commit aabca2c

Browse files
committed
Start using test-framework
1 parent 65d48a7 commit aabca2c

File tree

5 files changed

+3
-458
lines changed

5 files changed

+3
-458
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ before_script:
2222
- if [[ "$TRAVIS_PHP_VERSION" == "7.3" ]]; then composer require --dev vimeo/psalm; fi
2323

2424
script:
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

bin/check-syntax.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
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": {

psalm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
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>

0 commit comments

Comments
 (0)