Add code coverage and color output for testing
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
|
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
|
||||||
bootstrap="test/bootstrap.php"
|
bootstrap="test/bootstrap.php"
|
||||||
colors="true">
|
colors="always">
|
||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="PHP Test suite">
|
<testsuite name="PHP Test suite">
|
||||||
@@ -24,4 +24,8 @@
|
|||||||
<ini name="date.timezone" value="UTC"/>
|
<ini name="date.timezone" value="UTC"/>
|
||||||
</php>
|
</php>
|
||||||
|
|
||||||
|
<logging>
|
||||||
|
<log type="coverage-html" target="./report/phpunit" charset="UTF-8"
|
||||||
|
yui="true" highlight="true"/>
|
||||||
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
Reference in New Issue
Block a user