Add code coverage and color output for testing

This commit is contained in:
Vincent Letourneau
2017-07-27 17:40:42 +02:00
parent 109074f91b
commit b7683f79a6

View File

@@ -3,7 +3,7 @@
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
bootstrap="test/bootstrap.php"
colors="true">
colors="always">
<testsuites>
<testsuite name="PHP Test suite">
@@ -24,4 +24,8 @@
<ini name="date.timezone" value="UTC"/>
</php>
<logging>
<log type="coverage-html" target="./report/phpunit" charset="UTF-8"
yui="true" highlight="true"/>
</logging>
</phpunit>