Skip to content

Commit

Permalink
Fix PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Oct 27, 2020
1 parent 18f9309 commit 3d91e33
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions phpunit.xml.dist
Expand Up @@ -12,9 +12,4 @@
<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
</listeners>
<coverage>
<include>
<directory suffix=".php">./src/</directory>
</include>
</coverage>
</phpunit>

0 comments on commit 3d91e33

Please sign in to comment.