Skip to content

Commit

Permalink
Remove unnecessary code from phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Roel Philipsen authored and othillo committed May 5, 2017
1 parent 64683d5 commit ee0a592
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,4 @@
<directory>./Tests/</directory>
</testsuite>
</testsuites>

<filter>
<whitelist processUncoveredFilesFromWhitelist="true">
<directory suffix=".php">.</directory>
<exclude>
<directory suffix=".php">./vendor</directory>
<directory>./Resources</directory>
<directory>./Tests</directory>
</exclude>
</whitelist>
</filter>
</phpunit>

0 comments on commit ee0a592

Please sign in to comment.