Skip to content

Commit

Permalink
add test-coverage whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
azine committed Aug 29, 2018
1 parent 1b03f74 commit d0f720b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -21,4 +21,14 @@
<directory>./Tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>.</directory>
<exclude>
<directory>Tests</directory>
<directory>vendor</directory>
</exclude>
</whitelist>
</filter>

</phpunit>

0 comments on commit d0f720b

Please sign in to comment.