mirror of
https://github.com/silverstripe/silverstripe-testsession
synced 2024-10-22 14:06:00 +02:00
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:
parent
0662a9ad90
commit
9b85c80178
@ -25,4 +25,4 @@ before_script:
|
||||
- cd ~/builds/ss
|
||||
|
||||
script:
|
||||
- phpunit testsession/tests/unit/
|
||||
- vendor/bin/phpunit testsession/tests/unit/
|
||||
|
Loading…
Reference in New Issue
Block a user