Skip to content

Commit 6b8d49f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ public function testNew(): void
3737
0,
3838
$legacyFixtureFiles,
3939
"The format used for creating fixtures is deprecated. Please use parametrized fixture format.\n"
40-
. " For details please look at $docUrl.\r\n" .
41-
"The following fixture files were added:\r\n"
40+
. "For details please look at $docUrl.\r\n"
41+
. "The following fixture files were added:\r\n"
4242
. implode(PHP_EOL, $legacyFixtureFiles)
4343
);
4444
}

0 commit comments

Comments
 (0)