Skip to content

Commit 437424a

Browse files
committed
update phpunit.xml
1 parent 985cdff commit 437424a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,8 @@
2828
<directory suffix=".php">vendor/</directory>
2929
<directory suffix=".php">Tests/</directory>
3030
</exclude>
31+
<report>
32+
<clover outputFile="clover.xml" />
33+
</report>
3134
</coverage>
3235
</phpunit>

0 commit comments

Comments
 (0)