Skip to content

Commit 6f53e9b

Browse files
committed
Add flag to TextReport constructor
1 parent 63f07a6 commit 6f53e9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88
<directory suffix="Test.php">tests/tests</directory>
99
</testsuite>
1010

11+
<logging>
12+
<log type="coverage-clover" target="./build/clover.xml" />
13+
</logging>
14+
1115
<filter>
1216
<whitelist processUncoveredFilesFromWhitelist="true">
1317
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)