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

15 lines
191 B
PHP

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