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 b94cb85 commit 1971ffbCopy full SHA for 1971ffb
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