We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77ed80 commit dcaf91cCopy full SHA for dcaf91c
phpunit.xml
@@ -17,5 +17,7 @@
17
<directory suffix=".php">./examples</directory>
18
</whitelist>
19
</filter>
20
- <log type="coverage-clover" target="build/logs/clover.xml"/>
+ <logging>
21
+ <log type="coverage-clover" target="build/logs/clover.xml"/>
22
+ </logging>
23
</phpunit>
0 commit comments