events/Tests/Functional/Import/DestinationDataTest/Fixtures/SingleRegion.xml
Daniel Siepmann 0e5cd38176 Add first basic functional test for import
The test ensures import runs with a small example set of events.

We needed to alter fetching of images, in order to properly mock
responses.
2021-12-16 09:08:16 +01:00

9 lines
214 B
XML

<?xml version="1.0" encoding="utf-8"?>
<dataset>
<tx_events_domain_model_region>
<uid>1</uid>
<pid>2</pid>
<title>Example Region</title>
</tx_events_domain_model_region>
</dataset>