Skip to content

Commit

Permalink
Merge pull request #106 from localheinz/fix/whitelist
Browse files Browse the repository at this point in the history
Fix: Add whitelist configuration
  • Loading branch information
vlucas committed Jul 10, 2015
2 parents 02f1622 + 6c7819a commit 6d4d272
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,9 @@
<directory suffix=".php">./tests/SpotTest</directory>
</testsuite>
</testsuites>
<filter>
<whitelist addUncoveredFilesFromWhitelist="true" processUncoveredFilesFromWhitelist="false">
<directory suffix=".php">./lib</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 6d4d272

Please sign in to comment.