8000 Merge branch '5.1' into 5.x · symfony/symfony@2d7e0b0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 2d7e0b0

Browse files
Merge branch '5.1' into 5.x
* 5.1: fix typo
2 parents 1cfd3ab + 4541862 commit 2d7e0b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php

Lines changed: 1 addition & 1 deletion
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)
0