events/Tests/Functional/Import/DestinationDataTest/Fixtures/Database/SingleRegion.php
Daniel Siepmann 53ee309768
Migrate all database fixtures (#10)
We switched to PHPDataSets already but didn't migrate all usages.
This commit now migrates all usages left behind.
2023-05-15 11:58:19 +02:00

11 lines
181 B
PHP

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