File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
dev/tests/static/testsuite/Magento/Test/Legacy Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ class LegacyFixtureTest extends TestCase
22
22
*/
23
23
public function testNew (): void
24
24
{
25
+ $ docUrl = 'https://devdocs.magento.com/guides/v2.4/test/integration/parameterized_data_fixture.html ' ;
25
26
$ files = AddedFiles::getAddedFilesList (__DIR__ . '/.. ' );
26
27
$ legacyFixtureFiles = [];
27
28
foreach ($ files as $ file ) {
@@ -35,7 +36,8 @@ public function testNew(): void
35
36
$ this ->assertCount (
36
37
0 ,
37
38
$ legacyFixtureFiles ,
38
- "Fixture files are deprecated. Please use parameterized data fixtures. \r\n" .
39
+ "The format used for creating fixtures is deprecated. Please use parametrized fixture format. \n"
40
+ . " For details please look at $ docUrl. \r\n" .
39
41
"The following fixture files were added: \r\n"
40
42
. implode (PHP_EOL , $ legacyFixtureFiles )
41
43
);
You can’t perform that action at this time.
0 commit comments