Skip to content

Commit

Permalink
Fix No whitelist configured for code coverage warning
Browse files Browse the repository at this point in the history
  • Loading branch information
xemlock committed Sep 30, 2015
1 parent 4a3b88a commit 1e06632
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion phpunit.xml.dist
Expand Up @@ -4,9 +4,14 @@
colors="true">
<testsuites>
<testsuite name="array_column Test Suite">
<directory suffix=".php">./tests/</directory>
<directory suffix=".php">./tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src</directory>
</whitelist>
</filter>
<logging>
<log type="coverage-clover" target="build/logs/clover.xml" />
</logging>
Expand Down

0 comments on commit 1e06632

Please sign in to comment.