Skip to content

Commit

Permalink
Exclude phpunit bootstrap from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Aug 12, 2014
1 parent 467dd29 commit 9eb5a05
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/phpunit.xml
Expand Up @@ -18,4 +18,9 @@
<log type="coverage-text"
target="php://stdout" showUncoveredFiles="true" />
</logging>
<filter>
<blacklist>
<file>Unit/Bootstrap.php</file>
</blacklist>
</filter>
</phpunit>

0 comments on commit 9eb5a05

Please sign in to comment.