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 2f080ba commit 582528eCopy full SHA for 582528e
phpunit.xml.dist
100644
100755
@@ -21,4 +21,7 @@
21
<directory suffix=".php">./app</directory>
22
</whitelist>
23
</filter>
24
+ <logging>
25
+ <log type="coverage-clover" target="./build/logs/clover.xml"/>
26
+ </logging>
27
</phpunit>
0 commit comments