mirror of
https://github.com/werkraum-media/events.git
synced 2025-03-31 09:23:46 +02:00
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.
10 lines
131 B
PHP
10 lines
131 B
PHP
<?php
|
|
|
|
namespace Wrm\Events\Service\DestinationDataImportService;
|
|
|
|
/**
|
|
* Hold info regarding current import.
|
|
*/
|
|
class Import
|
|
{
|
|
}
|