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.
2 parents dc6eee8 + 9b07a13 commit a5e03bbCopy full SHA for a5e03bb
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