Skip to content

Commit

Permalink
Phpunit 5 requires a whitelist, not a blacklist
Browse files Browse the repository at this point in the history
  • Loading branch information
dakota committed Dec 4, 2015
1 parent f24c4dd commit f12ef0b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions phpunit.xml.dist
Expand Up @@ -34,15 +34,10 @@

<!-- Prevent coverage reports from looking in tests, vendors, config folders -->
<filter>
<blacklist>
<directory suffix=".php">./vendor/</directory>
<directory suffix=".ctp">./vendor/</directory>

<directory suffix=".php">./tests/</directory>
<directory suffix=".ctp">./tests/</directory>

<directory suffix=".php">./config/</directory>
</blacklist>
<whitelist>
<directory suffix=".php">./src/</directory>
<directory suffix=".ctp">./src/</directory>
</whitelist>
</filter>

<php>
Expand Down

0 comments on commit f12ef0b

Please sign in to comment.