Skip to content

Commit

Permalink
enable SymfonyTestsListener
Browse files Browse the repository at this point in the history
  • Loading branch information
fbourigault authored and michellesanver committed Sep 20, 2019
1 parent fdaba8a commit d5d47f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,8 @@
<ini name="intl.error_level" value="0" />
<ini name="memory_limit" value="-1" />
</php>

<listeners>
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
</listeners>
</phpunit>

0 comments on commit d5d47f2

Please sign in to comment.