Skip to content

Commit

Permalink
Fix PHPUnit configuration (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Jan 1, 2022
1 parent 40d0ace commit 8d282d5
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,10 @@
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./</directory>
<exclude>
<directory>fixtures</directory>
<directory>vendor</directory>
<directory>tests</directory>
</exclude>
</whitelist>
</filter>
<coverage>
<include>
<directory>src</directory>
</include>
</coverage>

</phpunit>

0 comments on commit 8d282d5

Please sign in to comment.