Skip to content

Commit

Permalink
Adjust PHPUnit config to match its XSD
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Pivetta <[email protected]>
  • Loading branch information
Ocramius authored Aug 22, 2022
1 parent 168f02f commit 67f2ea5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</exclude>
</groups>

<filter>
<whitelist addUncoveredFilesFromWhitelist="true">
<coverage>
<include>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</include>
</coverage>

<php>
<ini name="date.timezone" value="UTC"/>
Expand Down

0 comments on commit 67f2ea5

Please sign in to comment.