Skip to content

Commit 13fa919

Browse files
refactor(phpunit): Refactor logging in phpunit dist file
1 parent b8e730a commit 13fa919

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,6 @@
2525
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
2626
<log type="coverage-text" target="build/coverage.txt"/>
2727
<log type="coverage-clover" target="build/logs/clover.xml"/>
28+
<log type="coverage-php" target="build/cov/coverage.cov"/>
2829
</logging>
2930
</phpunit>

0 commit comments

Comments
 (0)