Skip to content

Commit

Permalink
Fix PHPUnit configuration (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Oct 2, 2022
1 parent b9cdb0a commit 5d334a2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
</listeners>

<logging>
<log type="coverage-clover" target="clover.xml"/>
</logging>

<coverage>
<include>
<directory>src</directory>
Expand All @@ -37,6 +33,10 @@
<directory>src/Bridge</directory>
<file>src/deep_clone.php</file>
</exclude>

<report>
<clover outputFile="dist/clover.xml"/>
</report>
</coverage>

<testsuites>
Expand Down

0 comments on commit 5d334a2

Please sign in to comment.