@@ -6,14 +6,14 @@ |
||
| 6 | 6 | |
| 7 | 7 | use Doctrine\Common\Persistence\ManagerRegistry; |
| 8 | 8 | use Doctrine\ORM\EntityManager; |
| 9 | -use Doctrine\ORM\OptimisticLockException; |
|
| 10 | 9 | use Doctrine\ORM\ORMException; |
| 10 | +use Doctrine\ORM\OptimisticLockException; |
|
| 11 | 11 | use Doctrine\ORM\QueryBuilder; |
| 12 | +use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
| 13 | +use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
| 12 | 14 | use Loevgaard\DandomainConsignment\Entity\Generated\ReportInterface; |
| 13 | 15 | use Loevgaard\DandomainConsignment\Entity\Report; |
| 14 | 16 | use Loevgaard\DandomainConsignment\Repository\ReportRepository; |
| 15 | -use Loevgaard\DandomainConsignmentBundle\Exception\InvalidBarCodeException; |
|
| 16 | -use Loevgaard\DandomainConsignmentBundle\Exception\InvalidVendorNumberException; |
|
| 17 | 17 | use Loevgaard\DandomainFoundation\Entity\Generated\ManufacturerInterface; |
| 18 | 18 | use Loevgaard\DandomainStock\Entity\Generated\StockMovementInterface; |
| 19 | 19 | use Loevgaard\DandomainStock\Entity\StockMovement; |
@@ -6,9 +6,9 @@ |
||
| 6 | 6 | use Loevgaard\DandomainConsignmentBundle\ConsignmentService\ConsignmentServiceCollection; |
| 7 | 7 | use Loevgaard\DandomainFoundation\Repository\ManufacturerRepository; |
| 8 | 8 | use PHPUnit\Framework\TestCase; |
| 9 | -use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 10 | 9 | use Symfony\Component\Console\Application; |
| 11 | 10 | use Symfony\Component\Console\Tester\CommandTester; |
| 11 | +use Symfony\Component\DependencyInjection\ContainerInterface; |
|
| 12 | 12 | |
| 13 | 13 | class ReportCommandTest extends TestCase |
| 14 | 14 | { |