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 985cdff commit 437424aCopy full SHA for 437424a
phpunit.xml
@@ -28,5 +28,8 @@
28
<directory suffix=".php">vendor/</directory>
29
<directory suffix=".php">Tests/</directory>
30
</exclude>
31
+ <report>
32
+ <clover outputFile="clover.xml" />
33
+ </report>
34
</coverage>
35
</phpunit>
0 commit comments