Skip to content
This repository has been archived by the owner on Mar 1, 2024. It is now read-only.

Commit

Permalink
Trying to configure whitelist
Browse files Browse the repository at this point in the history
  • Loading branch information
italolelis committed May 30, 2016
1 parent eb7ec80 commit 30c3e3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
>
<testsuites>
<testsuite name="HelloFresh Engine Test Suites">
<directory>./tests/</directory>
<directory>./tests</directory>
</testsuite>
</testsuites>

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

0 comments on commit 30c3e3d

Please sign in to comment.