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 55de230 commit 9b07a13Copy full SHA for 9b07a13
Legacy/SymfonyTestsListenerTrait.php
@@ -53,7 +53,7 @@ public function __construct(array $mockedNamespaces = array())
53
Blacklist::$blacklistedClassNames['\Symfony\Bridge\PhpUnit\Legacy\SymfonyTestsListenerTrait'] = 2;
54
}
55
56
- $enableDebugClassLoader = \class_exists('Symfony\Component\Debug\DebugClassLoader');
+ $enableDebugClassLoader = class_exists('Symfony\Component\Debug\DebugClassLoader');
57
58
foreach ($mockedNamespaces as $type => $namespaces) {
59
if (!\is_array($namespaces)) {
0 commit comments