Skip to content

Commit

Permalink
Merge pull request #46 from symfony-cmf/improve_output
Browse files Browse the repository at this point in the history
Improved output
  • Loading branch information
wouterj committed Apr 20, 2014
2 parents 4e22f38 + 3a58bd6 commit 3ee936d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function startTestSuite(\PHPUnit_Framework_TestSuite $suite)
break;

default:
if (!class_exists($suite->getName())) {
if (!class_exists($suite->getName()) && false === strpos($suite->getName(), '::')) {
echo PHP_EOL.PHP_EOL.'['.$suite->getName().']'.PHP_EOL;
}
}
Expand Down

0 comments on commit 3ee936d

Please sign in to comment.