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 fbd10f1 commit 380cc2cCopy full SHA for 380cc2c
src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php
@@ -38,6 +38,11 @@ public function __construct(array $mockedNamespaces = array())
38
$this->trait = new Legacy\SymfonyTestsListenerTrait($mockedNamespaces);
39
}
40
41
+ public function globalListenerDisabled()
42
+ {
43
+ $this->trait->globalListenerDisabled();
44
+ }
45
+
46
public function startTestSuite(TestSuite $suite)
47
{
48
return $this->trait->startTestSuite($suite);
0 commit comments