We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7676aa + 632bbca commit 707c693Copy full SHA for 707c693
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