Add logging to phpunit.xml

This commit is contained in:
2026-06-25 19:08:57 +09:00
parent 8c7e2782ae
commit 74da813832
+6
View File
@@ -23,4 +23,10 @@
<directory>./www/lib/CoreLibs</directory>
</include>
</source> -->
<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>