8000
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 703497d commit 6fe261aCopy full SHA for 6fe261a
src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php
@@ -178,7 +178,7 @@ public function startTestSuite($suite)
178
foreach ($s->tests() as $test) {
179
if ($test instanceof \PHPUnit_Framework_TestSuite || $test instanceof TestSuite) {
180
$suites[] = $test;
181
- continue
+ continue;
182
}
183
if (($test instanceof \PHPUnit_Framework_TestCase || $test instanceof TestCase)
184
&& isset($this->wasSkipped[\get_class($test)][$test->getName()])
0 commit comments