8000 minor #37032 [VarExporter] tfix: s/markAsSkipped/markTestSkipped/ (Da… · symfony/symfony@d87b666 · GitHub
[go: up one dir, main page]

Skip to content

Commit d87b666

Browse files
committed
minor #37032 [VarExporter] tfix: s/markAsSkipped/markTestSkipped/ (DavidPrevot)
This PR was merged into the 4.4 branch. Discussion ---------- [VarExporter] tfix: s/markAsSkipped/markTestSkipped/ | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Just fixes a typo causing the testsuite to fail at least on PHP 7.4.5 Commits ------- 393c9d9 [VarExporter] tfix: s/markAsSkipped/markTestSkipped/
2 parents d45883f + 393c9d9 commit d87b666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/VarExporter/Tests/VarExporterTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public function testExport(string $testName, $value, bool $staticValueExpected =
9292
} elseif (\PHP_VERSION_ID < 70400) {
9393
$fixtureFile = __DIR__.'/Fixtures/'.$testName.'-legacy.php';
9494
} else {
95-
$this->markAsSkipped('PHP >= 7.4.6 required.');
95+
$this->markTestSkipped('PHP >= 7.4.6 required.');
9696
}
9797
$this->assertStringEqualsFile($fixtureFile, $dump);
9898

0 commit comments

Comments
 (0)
0