Add logging to phpunit.xml

This commit is contained in:
2026-06-25 19:00:23 +09:00
parent de912d837e
commit 1b7c8ecd25
+6
View File
@@ -18,4 +18,10 @@
<html outputDirectory="build/coverage-report"/>
</report> -->
</coverage>
<logging>
<!-- JUnit XML log (Most Common for CI/CD) -->
<junit outputFile="build/logs/junit.xml"/>
<!-- TestDox HTML log -->
<testdoxHtml outputFile="build/testdox.html"/>
</logging>
</phpunit>