Skip to content

Commit 394fb1c

Browse files
committed
Remove invalid phpunit logging config
1 parent 89ea7c4 commit 394fb1c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

phpunit.xml.dist

-6
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,4 @@
4343
<html outputDirectory="logs/report" lowUpperBound="50" highLowerBound="80"/>
4444
</report>
4545
</coverage>
46-
47-
<logging>
48-
<log type="coverage-html" target="logs/report"
49-
lowUpperBound="50" highLowerBound="80"/>
50-
<log type="testdox-html" target="logs/testdox.html"/>
51-
</logging>
5246
</phpunit>

0 commit comments

Comments
 (0)