Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Implement better deprecation reporting in the testsuite
Browse files Browse the repository at this point in the history
  • Loading branch information
stof committed Jan 19, 2022
1 parent 81f8e9d commit e21a640
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 @@ -21,4 +21,8 @@
<directory>./src</directory>
</whitelist>
</filter>

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

0 comments on commit e21a640

Please sign in to comment.