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 b5aa889 + 3777da5 commit da86c93Copy full SHA for da86c93
src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php
@@ -34,6 +34,8 @@ class SymfonyTestsListener extends \PHPUnit_Framework_BaseTestListener
34
*/
35
public function __construct(array $mockedNamespaces = array())
36
{
37
+ \PHPUnit_Util_Blacklist::$blacklistedClassNames['\Symfony\Bridge\PhpUnit\SymfonyTestsListener'] = 1;
38
+
39
$warn = false;
40
foreach ($mockedNamespaces as $type => $namespaces) {
41
if (!is_array($namespaces)) {
0 commit comments