FIX: Use composer-aware phpunit to run tests.

SilverStripe now requires the phpunit autoloader to work, which means
that a non-composer-installed copy of phpunit won’t work.
This commit is contained in:
Sam Minnee 2016-09-12 11:43:12 +12:00
parent 0662a9ad90
commit 9b85c80178
1 changed files with 1 additions and 1 deletions

View File

@ -25,4 +25,4 @@ before_script:
- cd ~/builds/ss
script:
- phpunit testsession/tests/unit/
- vendor/bin/phpunit testsession/tests/unit/