Remove cms dependance in unit tests

This commit is contained in:
Ingo Schommer 2020-07-16 09:35:11 +12:00
parent 28812fcae1
commit 2c0c712b59
1 changed files with 1 additions and 1 deletions

View File

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