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

Commit

Permalink
Updated PHPUnit configuration: processUncoveredFilesFromWhitelist=true
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Dec 12, 2017
1 parent e3e7f5c commit e0a42b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Expand Up @@ -10,7 +10,7 @@
</testsuites>

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

0 comments on commit e0a42b0

Please sign in to comment.