Skip to content

Commit 4e2c265

Browse files
committed
Update phpunit.xml
1 parent 7214062 commit 4e2c265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<directory>tests</directory>
44
</testsuite>
55
<logging>
6-
<log type="coverage-text" target="php://stdout" showUncoveredFiles="false"/>
6+
<log type="coverage-clover" target="build/logs/clover.xml"/>
77
</logging>
88
</phpunit>

0 commit comments

Comments
 (0)