Skip to content

Commit

Permalink
Modification of phpunit conf to let him properly generate a coverage …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Romain Biard committed Jan 18, 2017
1 parent 372332c commit d2a8b23
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,13 @@
</testsuites>

<filter>
<blacklist>
<directory>vendor</directory>
<directory>tests</directory>
</blacklist>
<blacklist>
<directory>vendor</directory>
<directory>tests</directory>
</blacklist>
<whitelist addUncoveredFilesFromWhitelist="true">
<directory>src</directory>
</whitelist>
</filter>
</phpunit>

0 comments on commit d2a8b23

Please sign in to comment.