Skip to content

Commit

Permalink
Add code coverage output to phpunit config
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowhand committed Oct 20, 2015
1 parent 39ad702 commit fbdacc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@
</whitelist>
</filter>

<logging>
<log type="coverage-text" target="php://stdout"/>
</logging>

</phpunit>

0 comments on commit fbdacc8

Please sign in to comment.