Fix merge

This commit is contained in:
Nicolas Grekas 2017-03-02 13:29:22 +01:00
parent fbd10f163c
commit 380cc2c28b

View File

@ -38,6 +38,11 @@ class SymfonyTestsListener extends BaseTestListener
$this->trait = new Legacy\SymfonyTestsListenerTrait($mockedNamespaces);
}
public function globalListenerDisabled()
{
$this->trait->globalListenerDisabled();
}
public function startTestSuite(TestSuite $suite)
{
return $this->trait->startTestSuite($suite);