Skip to content

Commit 707c693

Browse files
Merge branch '5.1' into 5.x
* 5.1: fix typo
2 parents d7676aa + 632bbca commit 707c693

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)