Skip to content

Commit dcaf91c

Browse files
committed
update phpunit.xml
1 parent f77ed80 commit dcaf91c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

phpunit.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,7 @@
1717
<directory suffix=".php">./examples</directory>
1818
</whitelist>
1919
</filter>
20-
<log type="coverage-clover" target="build/logs/clover.xml"/>
20+
<logging>
21+
<log type="coverage-clover" target="build/logs/clover.xml"/>
22+
</logging>
2123
</phpunit>

0 commit comments

Comments
 (0)