events/Tests/Functional/Import/DestinationDataTest/Assertions/ImportsFirstDateOfSingleDate.php

25 lines
527 B
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'tx_events_domain_model_event' => [
0 => [
'uid' => '1',
'pid' => '2',
'title' => 'Kurzführung - Historische Altstadt',
'global_id' => 'e_100354481',
'dates' => '1',
],
],
'tx_events_domain_model_date' => [
0 => [
'uid' => '1',
'pid' => '2',
'event' => '1',
'start' => '1657717200',
'end' => '1657722600',
],
],
];