@@ -11,12 +11,12 @@ |
||
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 |