Skip to content

Commit

Permalink
Add support for phpunit 5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed Dec 25, 2015
1 parent dd05b37 commit 3f6cbf8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions phpunit.xml
Expand Up @@ -15,4 +15,17 @@
<directory suffix=".php">tests/josegonzalez/Dotenv</directory>
</testsuite>
</testsuites>
<filter>
<blacklist>
<directory suffix=".php">./docs</directory>
<directory suffix=".php">./vendor</directory>
<file>./tests/bootstrap.php</file>
</blacklist>
<!-- this is required, even if empty, until
https://github.com/sebastianbergmann/phpunit/issues/1872
is resolved -->
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit 3f6cbf8

Please sign in to comment.