thuecat/Tests/Functional/Assertions/Import/ImportsFreshOrganization.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

32 lines
768 B
PHP

<?php
declare(strict_types=1);
return [
'tx_thuecat_organisation' => [
0 => [
'uid' => '1',
'pid' => '11',
'remote_id' => 'https://thuecat.org/resources/018132452787-ngbe',
'title' => 'Erfurt Tourismus und Marketing GmbH',
],
],
'tx_thuecat_import_log' => [
0 => [
'uid' => '1',
'pid' => '0',
'configuration' => '1',
],
],
'tx_thuecat_import_log_entry' => [
0 => [
'uid' => '1',
'pid' => '0',
'import_log' => '1',
'record_uid' => '1',
'table_name' => 'tx_thuecat_organisation',
'insertion' => '1',
'errors' => '[]',
],
],
];