mirror of
https://github.com/Codappix/typo3-php-datasets.git
synced 2024-11-14 08:36:12 +01:00
Daniel Siepmann
5887cb87fe
Allows to import a PHP data set within TYPO3 testing framework. Allows to assert a PHP data set within TYPO3 testing framework.
9 lines
105 B
PHP
9 lines
105 B
PHP
<?php
|
|
|
|
return [
|
|
'pages' => [
|
|
[
|
|
'none_existing_column' => 1,
|
|
],
|
|
],
|
|
];
|