Merge branch '4.4' into 5.1

* 4.4:
  fix typo
This commit is contained in:
Nicolas Grekas 2020-11-03 13:14:22 +01:00
commit 4541862a12

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()])