Adjust phpunit path to framework

This commit is contained in:
Ingo Schommer 2017-10-03 05:09:43 +13:00
parent 7de2e07139
commit 96045afc65
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
It is safe to remove this file for normal website operation.
-->
<phpunit bootstrap="framework/tests/bootstrap.php" colors="true">
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>mysite/tests</directory>