Merge branch '5.1' into 5.x

* 5.1:
  fix typo
This commit is contained in:
Nicolas Grekas 2020-11-03 13:14:28 +01:00
commit 2d7e0b02c6

View File

@ -180,7 +180,7 @@ class SymfonyTestsListenerTrait
foreach ($s->tests() as $test) {
if ($test instanceof \PHPUnit_Framework_TestSuite || $test instanceof TestSuite) {
$suites[] = $test;
continue
continue;
}
if (($test instanceof \PHPUnit_Framework_TestCase || $test instanceof TestCase)
&& isset($this->wasSkipped[\get_class($test)][$test->getName()])