Skip to content

Commit f0da2fc

Browse files
committed
MC-40791: Add a static test to prevent creating new legacy fixture files
1 parent 6b8d49f commit f0da2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/static/testsuite/Magento/Test/Legacy/LegacyFixtureTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public function testNew(): void
3636
$this->assertCount(
3737
0,
3838
$legacyFixtureFiles,
39-
"The format used for creating fixtures is deprecated. Please use parametrized fixture format.\n"
39+
"The format used for creating fixtures is deprecated. Please use parameterized fixture format.\n"
4040
. "For details please look at $docUrl.\r\n"
4141
. "The following fixture files were added:\r\n"
4242
. implode(PHP_EOL, $legacyFixtureFiles)

0 commit comments

Comments
 (0)