We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53d9700 commit 6b8d49fCopy full SHA for 6b8d49f
dev/tests/static/testsuite/Magento/Test/Legacy/LegacyFixtureTest.php
@@ -37,8 +37,8 @@ public function testNew(): void
37
0,
38
$legacyFixtureFiles,
39
"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"
+ . "For details please look at $docUrl.\r\n"
+ . "The following fixture files were added:\r\n"
42
. implode(PHP_EOL, $legacyFixtureFiles)
43
);
44
}
0 commit comments