events/Classes/Service/DestinationDataImportService/Import.php
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

10 lines
131 B
PHP

<?php
namespace Wrm\Events\Service\DestinationDataImportService;
/**
* Hold info regarding current import.
*/
class Import
{
}