We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc5a63 commit d598637Copy full SHA for d598637
3 files changed
composer.json
@@ -89,7 +89,7 @@
89
"mikey179/vfsstream": "~1.6",
90
"phpunit/phpunit": "~5.7",
91
"sensiolabs/security-checker": "^5.0.3",
92
- "simplesamlphp/simplesamlphp-test-framework": "^0.0.12",
+ "simplesamlphp/simplesamlphp-test-framework": "^0.1.0",
93
"squizlabs/php_codesniffer": "^3.5",
94
"vimeo/psalm": "~1.1.9"
95
},
phpunit.xml
@@ -10,7 +10,8 @@
10
bootstrap="./tests/bootstrap.php">
11
<testsuites>
12
<testsuite name="Unit tests">
13
- <directory>./tests/</directory>
+ <directory>./vendor/simplesamlphp/simplesamlphp-test-framework/src</directory>
14
+ <directory>./tests</directory>
15
</testsuite>
16
</testsuites>
17
<filter>
tests/www/TemplateTest.php
0 commit comments