Skip to content

Commit c90b312

Browse files
[Task] add field l18n_parent to data-arrays in ApiCompatibilityTest.php
1 parent 4e05690 commit c90b312

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Tests/Functional/ApiCompatibilityTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ private function createTestData(): void
7373
'bodytext' => '<p>This is a test content element for API compatibility testing.</p>',
7474
'colPos' => 0,
7575
'sys_language_uid' => 0,
76+
'l18n_parent' => 0,
7677
],
7778
[
7879
'uid' => 2,
@@ -86,6 +87,7 @@ private function createTestData(): void
8687
'records' => '1',
8788
'colPos' => 0,
8889
'sys_language_uid' => 0,
90+
'l18n_parent' => 0,
8991
],
9092
];
9193

@@ -311,6 +313,7 @@ public function shortcutPreviewRendererApiIsCompatible(): void
311313
'pid' => 1,
312314
'CType' => 'shortcut',
313315
'sys_language_uid' => 0,
316+
'l18n_parent' => 0,
314317
];
315318
$record = $recordFactory->createFromDatabaseRow('tt_content', $testData);
316319

0 commit comments

Comments
 (0)