Skip to content

Commit 885d399

Browse files
committed
added logging into php unit dist.
1 parent 8e00ed7 commit 885d399

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,8 @@
3131
<listeners>
3232
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
3333
</listeners>
34+
35+
<logging>
36+
<log type="coverage-clover" target="clover.xml"/>
37+
</logging>
3438
</phpunit>

0 commit comments

Comments
 (0)