Skip to content

Commit

Permalink
Fix junit logging (#1475)
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus authored Oct 2, 2024
1 parent 8d9f5b5 commit a8db4b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.evergreen.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@
</testsuites>

<logging>
<log type="junit" target="test-results.xml" />
<junit outputFile="test-results.xml" />
</logging>
</phpunit>

0 comments on commit a8db4b6

Please sign in to comment.