typo3-php-datasets/Tests/Functional/Converter/Fixtures/Csv/RecordsInDifferentTablesAssert.php

25 lines
368 B
PHP

<?php
return array (
'pages' =>
array (
0 =>
array (
'uid' => '1',
'pid' => '0',
'title' => 'Page with uid 1 below 0',
'deleted' => '0',
),
),
'tt_content' =>
array (
0 =>
array (
'uid' => '1',
'pid' => '1',
'header' => 'Content with uid 1 on page 1',
'deleted' => '0',
),
),
);