thuecat/Tests/Functional/Fixtures/Frontend/TouristAttractionsOpeningHours.php
Daniel Siepmann aeaae9b42c
Support TYPO3 v12 and PHP 8.3
Use rector, PHPUnit, Codeception and PHPStan to find and fix issues.
2023-12-04 09:32:23 +01:00

14 lines
279 B
PHP

<?php
declare(strict_types=1);
return [
'tx_thuecat_tourist_attraction' => [
0 => [
'uid' => '1',
'pid' => '3',
'title' => 'Erste Attraktion',
'description' => 'Die Beschreibung der Attraktion',
],
],
];