Skip to content

Commit 632bbca

Browse files
Merge branch '4.4' into 5.1
* 4.4: fix typo
2 parents 15611a4 + 1971ffb commit 632bbca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Legacy/SymfonyTestsListenerTrait.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ public function startTestSuite($suite)
180180
foreach ($s->tests() as $test) {
181181
if ($test instanceof \PHPUnit_Framework_TestSuite || $test instanceof TestSuite) {
182182
$suites[] = $test;
183-
continue
183+
continue;
184184
}
185185
if (($test instanceof \PHPUnit_Framework_TestCase || $test instanceof TestCase)
186186
&& isset($this->wasSkipped[\get_class($test)][$test->getName()])

0 commit comments

Comments
 (0)