Skip to content
This repository has been archived by the owner on Apr 10, 2021. It is now read-only.

Commit

Permalink
Add Logging to phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Sep 16, 2017
1 parent 16d296c commit 055fe2d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,9 @@
<directory suffix=".php">./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="build/coverage.xml"/>
<log type="coverage-text" target="build/coverage.txt"/>
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
</logging>
</phpunit>

0 comments on commit 055fe2d

Please sign in to comment.