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

14 lines
278 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',
],
],
];