Merge pull request #482 from creative-commoners/pulls/vendorise-ci

FIX convert CI bootstrap references to new their new locations in vendor
This commit is contained in:
Robbie Averill 2017-10-05 11:04:12 +13:00 committed by GitHub
commit c0b10e450e
1 changed files with 1 additions and 1 deletions

View File

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