typo3-php-datasets/Tests/Functional/Fixtures/AssertDifferingWithUid.php
Daniel Siepmann 5887cb87fe
First basic implementation (#1)
Allows to import a PHP data set within TYPO3 testing framework.
Allows to assert a PHP data set within TYPO3 testing framework.
2023-04-11 15:12:51 +02:00

14 lines
235 B
PHP

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