Skip to content

Commit

Permalink
add phpunit whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul M. Jones committed Mar 12, 2016
1 parent a507b4d commit 83b3bb8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -4,4 +4,9 @@
<directory>./tests</directory> <directory>./tests</directory>
</testsuite> </testsuite>
</testsuites> </testsuites>
<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
</phpunit> </phpunit>

0 comments on commit 83b3bb8

Please sign in to comment.