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

14 lines
235 B
PHP
Raw Normal View History

<?php
return [
'pages' => [
[
'uid' => 1,
'pid' => 0,
'is_siteroot' => 1,
'title' => 'Rootpage without match',
'description' => 'Some text',
],
],
];