Last active
August 29, 2015 14:03
-
-
Save remcotolsma/1fd226825cff12782ca5 to your computer and use it in GitHub Desktop.
PHPUnit log Coverage HTML
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<phpunit> | |
... | |
<logging> | |
<log type="coverage-html" target="build/logs/clover" charset="UTF-8" yui="true" highlight="true"/> | |
</logging> | |
... | |
</phpunit> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment