FIX convert CI bootstrap references to new their new locations in vendor

This commit is contained in:
Dylan Wagstaff 2017-10-05 10:08:31 +13:00
parent c17b5b011b
commit cd3fffcb51
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="Default">
<directory>tests/</directory>
</testsuite>