Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
Added whitelist in phpunit.xml.dist for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenobird authored and devheidelpay committed Mar 21, 2017
1 parent 9523718 commit d61ff75
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@
<directory>./tests/unit/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist>
<directory>./lib/</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit d61ff75

Please sign in to comment.