Add coverage-text log
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<phpunit
|
||||||
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
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="always">
|
colors="true">
|
||||||
|
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite name="PHP Test suite">
|
<testsuite name="PHP Test suite">
|
||||||
@@ -25,7 +25,7 @@
|
|||||||
</php>
|
</php>
|
||||||
|
|
||||||
<logging>
|
<logging>
|
||||||
<log type="coverage-html" target="./report/phpunit" charset="UTF-8"
|
<log type="coverage-html" target="./report/phpunit" charset="UTF-8" yui="true" highlight="true"/>
|
||||||
yui="true" highlight="true"/>
|
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
|
||||||
</logging>
|
</logging>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|||||||
Reference in New Issue
Block a user