Skip to content

Commit f311af6

Browse files
committed
[VarExporter] tfix: s/markAsSkipped/markTestSkipped/
1 parent 5262451 commit f311af6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)