typo3-php-datasets/Tests/Functional/Fixtures/WithDifferentColumns.php

19 lines
335 B
PHP
Raw Normal View History

<?php
return [
'pages' => [
[
'uid' => 1,
'pid' => 0,
'is_siteroot' => 1,
'title' => 'Rootpage',
],
[
'uid' => 2,
'pid' => 0,
'title' => 'Another Page',
'description' => 'Some other text',
],
],
];