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 4e22f38 + 3a58bd6 commit 3ee936dCopy full SHA for 3ee936d
src/Symfony/Cmf/Component/Testing/Phpunit/DatabaseTestListener.php
@@ -100,7 +100,7 @@ public function startTestSuite(\PHPUnit_Framework_TestSuite $suite)
100
break;
101
102
default:
103
- if (!class_exists($suite->getName())) {
+ if (!class_exists($suite->getName()) && false === strpos($suite->getName(), '::')) {
104
echo PHP_EOL.PHP_EOL.'['.$suite->getName().']'.PHP_EOL;
105
}
106
0 commit comments