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.
1 parent 4e22f38 commit 3a58bd6Copy full SHA for 3a58bd6
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