8000 [VarExporter] tfix: s/markAsSkipped/markTestSkipped/ · symfony/symfony@393c9d9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 393c9d9

Browse files
committed
[VarExporter] tfix: s/markAsSkipped/markTestSkipped/
1 parent d45883f commit 393c9d9

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