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

46 lines
1 KiB
PHP
Raw Normal View History

<?php
declare(strict_types=1);
return [
'tx_events_domain_model_event' => [
0 => [
'uid' => '1',
'pid' => '2',
'title' => 'Tüftlerzeit',
'global_id' => 'e_100354481',
'dates' => '4',
],
],
'tx_events_domain_model_date' => [
0 => [
'uid' => '1',
'pid' => '2',
'event' => '1',
'start' => '1657958400',
'end' => '1657980000',
],
1 => [
'uid' => '2',
'pid' => '2',
'event' => '1',
'start' => '1658563200',
'end' => '1658584800',
],
2 => [
'uid' => '3',
'pid' => '2',
'event' => '1',
'start' => '1659168000',
'end' => '1659189600',
],
3 => [
'uid' => '4',
'pid' => '2',
'event' => '1',
'start' => '1659772800',
'end' => '1659794400',
],
],
];