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

10 lines
105 B
PHP

<?php
return [
'pages' => [
[
'none_existing_column' => 1,
],
],
];