We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e38ba commit 1a93494Copy full SHA for 1a93494
src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php
@@ -52,7 +52,8 @@ public function startTestSuite(\PHPUnit_Framework_TestSuite $suite)
52
$this->state = 2;
53
54
if (!$this->wasSkipped = require $this->skippedFile) {
55
- exit("All tests already ran successfully.\n");
+ echo "All tests already ran successfully.\n";
56
+ $suite->setTests(array());
57
}
58
59
0 commit comments