Skip to content

Commit

Permalink
Migrate PHPUnit configuration to PHPUnit 9.3 format
Browse files Browse the repository at this point in the history
  • Loading branch information
LeSuisse committed Aug 19, 2020
1 parent 5964e0f commit 2c0573c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Expand Up @@ -15,11 +15,11 @@
<directory>./tests/functionnal/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<coverage processUncoveredFiles="true">
<include>
<directory suffix=".php">src/</directory>
</whitelist>
</filter>
</include>
</coverage>
<php>
<ini name="error_reporting" value="-1" />
<ini name="assert.exception" value="1" />
Expand Down

0 comments on commit 2c0573c

Please sign in to comment.