Skip to content

Commit 1971ffb

Browse files
fix typo
1 parent b94cb85 commit 1971ffb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legacy/SymfonyTestsListenerTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ public function startTestSuite($suite)
178178
foreach ($s->tests() as $test) {
179179
if ($test instanceof \PHPUnit_Framework_TestSuite || $test instanceof TestSuite) {
180180
$suites[] = $test;
181-
continue
181+
continue;
182182
}
183183
if (($test instanceof \PHPUnit_Framework_TestCase || $test instanceof TestCase)
184184
&& isset($this->wasSkipped[\get_class($test)][$test->getName()])

0 commit comments

Comments
 (0)