Completed
Push — master ( c81e64...88abf3 )
by Joachim
14:04 queued 11:13
created
Tests/EventListener/StockMovementSubscriberTest.php 1 patch
Unused Use Statements   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -11,12 +11,12 @@
 block discarded – undo
11 11
 use Loevgaard\DandomainFoundation\Entity\Order;
12 12
 use Loevgaard\DandomainFoundation\Entity\OrderLine;
13 13
 use Loevgaard\DandomainFoundation\Entity\State;
14
+use Loevgaard\DandomainStockBundle\EventListener\StockMovementSubscriber;
14 15
 use Loevgaard\DandomainStock\Exception\CurrencyMismatchException;
15 16
 use Loevgaard\DandomainStock\Exception\StockMovementProductMismatchException;
16 17
 use Loevgaard\DandomainStock\Exception\UndefinedPriceForCurrencyException;
17 18
 use Loevgaard\DandomainStock\Exception\UnsetCurrencyException;
18 19
 use Loevgaard\DandomainStock\Exception\UnsetProductException;
19
-use Loevgaard\DandomainStockBundle\EventListener\StockMovementSubscriber;
20 20
 use PHPUnit\Framework\TestCase;
21 21
 
22 22
 final class StockMovementSubscriberTest extends TestCase
Please login to merge, or discard this patch.