thuecat/Tests/Functional/Assertions/Import/ImportsContainsPlace.php
Daniel Siepmann 54d244b804
TYPO3 V12 Update (#116)
* Support TYPO3 v12 and PHP 8.3
2023-12-05 09:43:55 +01:00

81 lines
2.4 KiB
PHP

<?php
declare(strict_types=1);
return [
'tx_thuecat_tourist_attraction' => [
0 => [
'uid' => '1',
'pid' => '10',
'sys_language_uid' => '0',
'remote_id' => 'https://thuecat.org/resources/835224016581-dara',
'title' => 'Dom St. Marien',
],
1 => [
'uid' => '2',
'pid' => '10',
'sys_language_uid' => '1',
'remote_id' => 'https://thuecat.org/resources/835224016581-dara',
'title' => 'Cathedral of St. Mary',
],
2 => [
'uid' => '3',
'pid' => '10',
'sys_language_uid' => '0',
'remote_id' => 'https://thuecat.org/resources/165868194223-zmqf',
'title' => 'Alte Synagoge',
],
3 => [
'uid' => '4',
'pid' => '10',
'sys_language_uid' => '1',
'remote_id' => 'https://thuecat.org/resources/165868194223-zmqf',
'title' => 'Old Synagogue',
],
4 => [
'uid' => '5',
'pid' => '10',
'sys_language_uid' => '2',
'remote_id' => 'https://thuecat.org/resources/165868194223-zmqf',
'title' => 'La vieille synagogue',
],
5 => [
'uid' => '6',
'pid' => '10',
'sys_language_uid' => '0',
'remote_id' => 'https://thuecat.org/resources/215230952334-yyno',
'title' => 'Krämerbrücke',
],
6 => [
'uid' => '7',
'pid' => '10',
'sys_language_uid' => '1',
'remote_id' => 'https://thuecat.org/resources/215230952334-yyno',
'title' => 'Merchants\' Bridge',
],
7 => [
'uid' => '8',
'pid' => '10',
'sys_language_uid' => '2',
'remote_id' => 'https://thuecat.org/resources/215230952334-yyno',
'title' => 'Pont de l\'épicier',
],
],
'tx_thuecat_organisation' => [
0 => [
'uid' => '1',
'pid' => '10',
'remote_id' => 'https://thuecat.org/resources/018132452787-ngbe',
'title' => 'Erfurt Tourismus und Marketing GmbH',
],
],
'tx_thuecat_town' => [
0 => [
'uid' => '1',
'pid' => '10',
'remote_id' => 'https://thuecat.org/resources/043064193523-jcyt',
'title' => 'Erfurt',
],
],
];