BUG Fix vendor bootstrap path

This commit is contained in:
Damian Mooyman 2017-10-05 09:50:04 +13:00
parent 418ac59e90
commit ca60b94f2e
No known key found for this signature in database
GPG Key ID: 78B823A10DE27D1A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests</directory>