Skip to content

Commit ef0c71c

Browse files
committed
Register the Symfony test listener explicitly
This makes sure deprecations are properly reported.
1 parent a17db59 commit ef0c71c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

phpunit.xml.dist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,7 @@
1313
<directory suffix="Test.php">./tests</directory>
1414
</testsuite>
1515
</testsuites>
16+
<listeners>
17+
<listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
18+
</listeners>
1619
</phpunit>

0 commit comments

Comments
 (0)