Skip to content

Commit 380cc2c

Browse files
Fix merge
1 parent fbd10f1 commit 380cc2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ public function __construct(array $mockedNamespaces = array())
3838
$this->trait = new Legacy\SymfonyTestsListenerTrait($mockedNamespaces);
3939
}
4040

41+
public function globalListenerDisabled()
42+
{
43+
$this->trait->globalListenerDisabled();
44+
}
45+
4146
public function startTestSuite(TestSuite $suite)
4247
{
4348
return $this->trait->startTestSuite($suite);

0 commit comments

Comments
 (0)