Skip to content

Commit cfb6e87

Browse files
committed
Add coverage-text log
1 parent 9c3d508 commit cfb6e87

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: web/app/phpunit.xml.dist

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
3-
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
5-
bootstrap="test/bootstrap.php"
6-
colors="always">
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
5+
bootstrap="test/bootstrap.php"
6+
colors="true">
77

88
<testsuites>
99
<testsuite name="PHP Test suite">
@@ -25,7 +25,7 @@
2525
</php>
2626

2727
<logging>
28-
<log type="coverage-html" target="./report/phpunit" charset="UTF-8"
29-
yui="true" highlight="true"/>
28+
<log type="coverage-html" target="./report/phpunit" charset="UTF-8" yui="true" highlight="true"/>
29+
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
3030
</logging>
31-
</phpunit>
31+
</phpunit>

0 commit comments

Comments
 (0)