Skip to content

Commit

Permalink
Add filter to enable code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan Hall committed Mar 1, 2018
1 parent 3a675b4 commit 3a627c4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
</testsuite>
</testsuites>
<filter>

<whitelist>
<directory suffix=".php">src</directory>
<exclude>
<directory suffix=".php">src/Examples</directory>
</exclude>
</whitelist>
</filter>
<php>

Expand Down

0 comments on commit 3a627c4

Please sign in to comment.