typo3-php-datasets/Tests/Functional/Fixtures/AssertDifferingWithoutUid.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

11 lines
137 B
PHP

<?php
return [
'pages' => [
[
'pid' => 0,
'title' => 'Rootpage without match',
],
],
];