@@ -12,7 +12,6 @@ |
||
12 | 12 | use Mathielen\ImportEngine\Storage\LocalFileStorage; |
13 | 13 | use Mathielen\ImportEngine\Storage\StorageInfo; |
14 | 14 | use Mathielen\ImportEngine\ValueObject\ImportConfiguration; |
15 | -use Mathielen\ImportEngine\ValueObject\ImportRun; |
|
16 | 15 | |
17 | 16 | class LocalFileTest extends \PHPUnit_Framework_TestCase |
18 | 17 | { |
@@ -11,7 +11,6 @@ |
||
11 | 11 | use Mathielen\ImportEngine\Event\ImportConfigureEvent; |
12 | 12 | use Mathielen\ImportEngine\ValueObject\ImportRequest; |
13 | 13 | use Mathielen\ImportEngine\ValueObject\ImportRun; |
14 | -use Mathielen\ImportEngine\ValueObject\StorageSelection; |
|
15 | 14 | use Symfony\Component\EventDispatcher\EventDispatcherInterface; |
16 | 15 | |
17 | 16 | class ImportBuilder |
@@ -12,7 +12,6 @@ |
||
12 | 12 | use Mathielen\ImportEngine\Storage\LocalFileStorage; |
13 | 13 | use Mathielen\ImportEngine\Storage\StorageInfo; |
14 | 14 | use Mathielen\ImportEngine\ValueObject\ImportConfiguration; |
15 | -use Mathielen\ImportEngine\ValueObject\ImportRun; |
|
16 | 15 | |
17 | 16 | class LocalFileTest extends \PHPUnit_Framework_TestCase |
18 | 17 | { |