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

120 lines
3.8 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/165868194223-zmqf',
'title' => 'Alte Synagoge',
],
1 => [
'uid' => '2',
'pid' => '10',
'sys_language_uid' => '1',
'remote_id' => 'https://thuecat.org/resources/165868194223-zmqf',
'title' => 'Old Synagogue',
],
2 => [
'uid' => '3',
'pid' => '10',
'sys_language_uid' => '2',
'remote_id' => 'https://thuecat.org/resources/165868194223-zmqf',
'title' => 'La vieille synagogue',
],
],
'tx_thuecat_import_log' => [
0 => [
'uid' => '1',
'pid' => '0',
'configuration' => '1',
'log_entries' => '0',
],
],
'tx_thuecat_import_log_entry' => [
0 => [
'uid' => '1',
'pid' => '0',
'type' => 'mappingError',
'import_log' => '1',
'record_uid' => '0',
'table_name' => '',
'insertion' => '0',
'errors' => '["Could not map incoming JSON-LD to target object: DateTimeImmutable::__construct(): Failed to parse time string (18:00: 00) at position 5 (:): Unexpected character"]',
],
1 => [
'uid' => '2',
'pid' => '0',
'type' => 'mappingError',
'import_log' => '1',
'record_uid' => '0',
'table_name' => '',
'insertion' => '0',
'errors' => '["Could not map incoming JSON-LD to target object: DateTimeImmutable::__construct(): Failed to parse time string (18:00: 00) at position 5 (:): Unexpected character"]',
],
2 => [
'uid' => '3',
'pid' => '0',
'type' => 'mappingError',
'import_log' => '1',
'record_uid' => '0',
'table_name' => '',
'insertion' => '0',
'errors' => '["Could not map incoming JSON-LD to target object: DateTimeImmutable::__construct(): Failed to parse time string (18:00: 00) at position 5 (:): Unexpected character"]',
],
3 => [
'uid' => '4',
'pid' => '0',
'type' => 'savingEntity',
'import_log' => '1',
'record_uid' => '1',
'table_name' => 'tx_thuecat_organisation',
'insertion' => '1',
'errors' => '[]',
],
4 => [
'uid' => '5',
'pid' => '0',
'type' => 'savingEntity',
'import_log' => '1',
'record_uid' => '1',
'table_name' => 'tx_thuecat_town',
'insertion' => '0',
'errors' => '[]',
],
5 => [
'uid' => '6',
'pid' => '0',
'type' => 'savingEntity',
'import_log' => '1',
'record_uid' => '1',
'table_name' => 'tx_thuecat_tourist_attraction',
'insertion' => '1',
'errors' => '[]',
],
6 => [
'uid' => '7',
'pid' => '0',
'type' => 'savingEntity',
'import_log' => '1',
'record_uid' => '2',
'table_name' => 'tx_thuecat_tourist_attraction',
'insertion' => '0',
'errors' => '[]',
],
7 => [
'uid' => '8',
'pid' => '0',
'type' => 'savingEntity',
'import_log' => '1',
'record_uid' => '3',
'table_name' => 'tx_thuecat_tourist_attraction',
'insertion' => '0',
'errors' => '[]',
],
],
];