Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24f0fd0 commit 3f693aeCopy full SHA for 3f693ae
src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php
@@ -34,6 +34,7 @@ class SymfonyTestsListener extends \PHPUnit_Framework_BaseTestListener
34
*/
35
public function __construct(array $mockedNamespaces = array())
36
{
37
+ \PHPUnit_Util_Blacklist::$blacklistedClassNames['\Symfony\Bridge\PhpUnit\DeprecationErrorHandler'] = 1;
38
\PHPUnit_Util_Blacklist::$blacklistedClassNames['\Symfony\Bridge\PhpUnit\SymfonyTestsListener'] = 1;
39
40
$warn = false;
0 commit comments