Skip to content

Commit e0bda7a

Browse files
committed
tests: add logging configuration to multisite PHPUnit configuration
1 parent 4c1ee83 commit e0bda7a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/phpunit/multisite.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
<group>html-api-html5lib-tests</group>
3737
</exclude>
3838
</groups>
39+
<logging>
40+
<log type="junit" target="build/logs/junit.xml" />
41+
</logging>
3942
<filter>
4043
<whitelist addUncoveredFilesFromWhitelist="true">
4144
<directory suffix=".php">../../src</directory>

0 commit comments

Comments
 (0)