thuecat/Tests/Functional/Assertions/Import/ImportsFreshOrganization.php

33 lines
768 B
PHP
Raw Normal View History

<?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' => '[]',
],
],
];