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 a9f747f commit 57411e6Copy full SHA for 57411e6
phpunit.xml.dist
@@ -41,14 +41,6 @@
41
</logging>
42
43
<listeners>
44
- <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener">
45
- <arguments>
46
- <array>
47
- <!-- set this option to 0 to disable the DebugClassLoader integration -->
48
- <!-- See https://github.com/sebastianbergmann/phpunit/issues/4002 -->
49
- <element key="debug-class-loader"><integer>0</integer></element>
50
- </array>
51
- </arguments>
52
- </listener>
+ <listener class="Symfony\Bridge\PhpUnit\SymfonyTestsListener" />
53
</listeners>
54
</phpunit>
0 commit comments