Skip to content
This repository has been archived by the owner on Jan 21, 2020. It is now read-only.

Commit

Permalink
Don't process uncovered files from whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
geerteltink committed Aug 29, 2016
1 parent 6eb63cd commit 7e7ba63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<whitelist>
<directory suffix=".php">./src</directory>
<exclude>./src/ExpressiveInstaller/Resources</exclude>
</whitelist>
Expand Down

0 comments on commit 7e7ba63

Please sign in to comment.