Skip to content
Snippets Groups Projects
Commit f983c419 authored by Michiel Kodde's avatar Michiel Kodde Committed by Thijs Kinkhorst
Browse files

Update TESTING.md (#1056)

In https://github.com/simplesamlphp/simplesamlphp/pull/972 we moved the
phpunit config to the root of the project. This was not updated in the
testing documentation.
parent a7d443b3
No related branches found
No related tags found
No related merge requests found
......@@ -56,14 +56,14 @@ SimpleSAMLphp installation, as the tests cannot use that. Make sure
you have `phpunit` installed and run:
```sh
phpunit -c tools/phpunit/phpunit.xml
phpunit -c ./phpunit.xml
```
If your default version of `phpunit` is more recent than 4.8, you can run
the old version installed by composer
```sh
./vendor/bin/phpunit -c tools/phpunit/phpunit.xml
./vendor/bin/phpunit -c ./phpunit.xml
```
All the tests are run by our *continuous integration* platform,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment