Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielsolomon committed Jul 30, 2017
2 parents 6b75afe + 26d71d1 commit 666e931
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions phpunit.xml.dist
Expand Up @@ -34,4 +34,12 @@
-->
</php>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">./src</directory>
<file>/path/to/file</file>
<exclude>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit 666e931

Please sign in to comment.