Skip to content

Commit 2529d71

Browse files
committed
Fixing PHPunit 8.0 complaints
Signed-off-by: Chris Hallgren <[email protected]>
1 parent 988794b commit 2529d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<logging>
3232
<log type="tap" target="build/report.tap"/>
3333
<log type="junit" target="build/report.junit.xml"/>
34-
<log type="coverage-html" target="build/coverage" charset="UTF-8" yui="true" highlight="true"/>
34+
<log type="coverage-html" target="build/coverage"/>
3535
<log type="coverage-text" target="build/coverage.txt"/>
3636
<log type="coverage-clover" target="build/logs/clover.xml"/>
3737
</logging>

0 commit comments

Comments
 (0)