Merge pull request #85 from open-sausages/pulls/4.0/vendor-phpunit

BUG Fix vendor bootstrap path
This commit is contained in:
Chris Joe 2017-10-05 10:06:15 +13:00 committed by GitHub
commit 4a80bd9166
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>