Compare commits

...

2 Commits

Author SHA1 Message Date
cliphouse 0f11fe9194 Release: v9.41.3 2026-06-25 19:01:01 +09:00
cliphouse 1b7c8ecd25 Add logging to phpunit.xml 2026-06-25 19:00:23 +09:00
2 changed files with 7 additions and 1 deletions
+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>
+1 -1
View File
@@ -1 +1 @@
9.41.1
9.41.3