events/Tests/Functional/Import/DestinationDataTest/Fixtures/Database/SingleRegion.php

12 lines
181 B
PHP
Raw Normal View History

<?php
return [
'tx_events_domain_model_region' => [
[
'uid' => '1',
'pid' => '2',
'title' => 'Example Region',
],
],
];