mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 20:16:10 +01:00
Daniel Siepmann
0e5cd38176
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
|
|
{
|
|
}
|