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.
2 parents 1cfd3ab + 4541862 commit 2d7e0b0Copy full SHA for 2d7e0b0
src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php
@@ -180,7 +180,7 @@ public function startTestSuite($suite)
180
foreach ($s->tests() as $test) {
181
if ($test instanceof \PHPUnit_Framework_TestSuite || $test instanceof TestSuite) {
182
$suites[] = $test;
183
- continue
+ continue;
184
}
185
if (($test instanceof \PHPUnit_Framework_TestCase || $test instanceof TestCase)
186
&& isset($this->wasSkipped[\get_class($test)][$test->getName()])
0 commit comments