Skip to content

Commit fd08a25

Browse files
committed
Change logfile format to suit phpunit
1 parent d5393d5 commit fd08a25

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
@@ -48,7 +48,7 @@
4848
showOnlySummary="true"
4949
showUncoveredFiles="false"/>
5050
<log type="coverage-clover" target="build/phpunit/logs/clover.xml"/>
51-
<log type="json" target="./build/phpunit/logs/logfile.json"/>
51+
<log type="plain" target="./build/phpunit/logs/logfile.log"/>
5252
<log type="junit" target="./build/phpunit/logs/junit.xml"/>
5353
</logging>
5454
</phpunit>

0 commit comments

Comments
 (0)