We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a17db59 commit ef0c71cCopy full SHA for ef0c71c
phpunit.xml.dist
@@ -13,4 +13,7 @@
13
<directory suffix="Test.php">./tests</directory>
14
</testsuite>
15
</testsuites>
16
+ <listeners>
17
+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener"/>
18
+ </listeners>
19
</phpunit>
0 commit comments