Skip to content

Commit

Permalink
Updated phpunit.xml.dist for PHPUnit 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonyThorpe committed Jul 5, 2022
1 parent e84d29e commit 6390c8f
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
<phpunit bootstrap="vendor/silverstripe/framework/tests/bootstrap.php" colors="true">
<testsuite name="Default">
<directory>tests</directory>
</testsuite>

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src/</directory>
<exclude>
<directory suffix=".php">tests/</directory>
</exclude>
</whitelist>
</filter>
<testsuites>
<testsuite name="Default">
<directory>tests</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 6390c8f

Please sign in to comment.