Update phpunit config

This commit is contained in:
Maxime Rainville 2021-03-12 16:45:02 +13:00
parent 636be64fe0
commit 42270e5c84
2 changed files with 5 additions and 5 deletions

View File

@ -7,4 +7,3 @@ env:
global:
- COMPOSER_ROOT_VERSION="1.x-dev"
- REQUIRE_RECIPE="4.x-dev"
- DB=MYSQL

View File

@ -1,5 +1,6 @@
<phpunit colors="true">
<testsuite name="Default">
<directory>tests/php</directory>
</testsuite>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests/php</directory>
</testsuite>
</phpunit>