Skip to content

Commit

Permalink
Minor. Update phpunit.xml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Maks3w committed Jan 8, 2021
1 parent 5df37ba commit c9c0990
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<coverage>
<include>
<directory suffix=".php">./src</directory>
<exclude>
<directory>./src/JsonSchema</directory>
</exclude>
</whitelist>
</filter>
</include>
<exclude>
<directory>./src/JsonSchema</directory>
</exclude>
</coverage>
</phpunit>

0 comments on commit c9c0990

Please sign in to comment.