Completed
Push — master ( df259e...d36759 )
by Markus
07:39
created
tests/functional/Mathielen/ImportEngine/DoctrineTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,6 @@
 block discarded – undo
14 14
 use Mathielen\ImportEngine\Storage\LocalFileStorage;
15 15
 use Mathielen\ImportEngine\Storage\StorageInfo;
16 16
 use Mathielen\ImportEngine\ValueObject\ImportConfiguration;
17
-use Mathielen\ImportEngine\ValueObject\ImportRun;
18 17
 use Symfony\Component\EventDispatcher\EventDispatcher;
19 18
 
20 19
 class DoctrineTest extends \PHPUnit_Framework_TestCase
Please login to merge, or discard this patch.
tests/functional/Mathielen/ImportEngine/LocalFileTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,6 @@
 block discarded – undo
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
 {
Please login to merge, or discard this patch.