We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e05690 commit c90b312Copy full SHA for c90b312
1 file changed
Tests/Functional/ApiCompatibilityTest.php
@@ -73,6 +73,7 @@ private function createTestData(): void
73
'bodytext' => '<p>This is a test content element for API compatibility testing.</p>',
74
'colPos' => 0,
75
'sys_language_uid' => 0,
76
+ 'l18n_parent' => 0,
77
],
78
[
79
'uid' => 2,
@@ -86,6 +87,7 @@ private function createTestData(): void
86
87
'records' => '1',
88
89
90
91
92
];
93
@@ -311,6 +313,7 @@ public function shortcutPreviewRendererApiIsCompatible(): void
311
313
'pid' => 1,
312
314
'CType' => 'shortcut',
315
316
317
318
$record = $recordFactory->createFromDatabaseRow('tt_content', $testData);
319
0 commit comments