Skip to content

Commit

Permalink
phpunit with logging
Browse files Browse the repository at this point in the history
  • Loading branch information
cKlee committed Nov 26, 2015
1 parent 8a5870d commit bd16e74
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ bootstrap="Test/autoload.php"
</exclude>
</whitelist>
</filter>
<logging>
<log type="coverage-text" target="php://stdout" showUncoveredFiles="true" />
</logging>
</phpunit>

0 comments on commit bd16e74

Please sign in to comment.