Skip to content

Commit a8db4b6

Browse files
authored
Fix junit logging (#1475)
1 parent 8d9f5b5 commit a8db4b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit.evergreen.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</testsuites>
2727

2828
<logging>
29-
<log type="junit" target="test-results.xml" />
29+
<junit outputFile="test-results.xml" />
3030
</logging>
3131
</phpunit>

0 commit comments

Comments
 (0)