@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\EventListener; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | - |
|
7 | 6 | use Oro\Bundle\IntegrationBundle\Manager\TypesRegistry; |
8 | 7 | use OroCRM\Bundle\ChannelBundle\Tests\Unit\EventListener\UpdateIntegrationConnectorsListenerTest as BaseTestCase; |
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport; |
@@ -3,16 +3,12 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\ImportExport\Strategy; |
4 | 4 | |
5 | 5 | use Akeneo\Bundle\BatchBundle\Item\ExecutionContext; |
6 | - |
|
7 | 6 | use Doctrine\Common\Collections\ArrayCollection; |
8 | - |
|
9 | 7 | use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException; |
10 | 8 | use Symfony\Component\PropertyAccess\PropertyAccess; |
11 | - |
|
12 | 9 | use Oro\Bundle\AddressBundle\Entity\Country; |
13 | 10 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
14 | 11 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
15 | - |
|
16 | 12 | use OroCRM\Bundle\MagentoBundle\Entity\CartAddress; |
17 | 13 | use OroCRM\Bundle\MagentoBundle\Entity\CartItem; |
18 | 14 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
6 | 6 | use Oro\Bundle\AddressBundle\Entity\Country; |
7 | 7 | use Oro\Bundle\AddressBundle\Entity\Region; |
8 | - |
|
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Address; |
10 | 9 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
11 | 10 | use OroCRM\Bundle\MagentoBundle\Entity\CustomerGroup; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\ImportExport\Strategy; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\CustomerGroup; |
@@ -3,10 +3,8 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\ImportExport\Strategy; |
4 | 4 | |
5 | 5 | use Akeneo\Bundle\BatchBundle\Item\ExecutionContext; |
6 | - |
|
7 | 6 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
8 | 7 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
9 | - |
|
10 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
11 | 9 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
12 | 10 | use OroCRM\Bundle\MagentoBundle\Entity\Order; |
@@ -4,9 +4,7 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\EventDispatcher\EventDispatcher; |
6 | 6 | use Symfony\Component\PropertyAccess\PropertyPath; |
7 | - |
|
8 | 7 | use Oro\Component\Action\Model\ContextAccessor; |
9 | - |
|
10 | 8 | use OroCRM\Bundle\MagentoBundle\Model\Action\AutomaticDiscoveryAction; |
11 | 9 | use OroCRM\Bundle\MagentoBundle\Service\AutomaticDiscovery; |
12 | 10 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Oro\Component\Config\Common\ConfigObject; |
6 | 6 | use Oro\Bundle\EntityBundle\ORM\DoctrineHelper; |
7 | - |
|
8 | 7 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
9 | 8 | use Oro\Bundle\OrganizationBundle\Entity\Organization; |
10 | 9 | use OroCRM\Bundle\MagentoBundle\Model\ChannelSettingsProvider; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Provider\Iterator; |
4 | 4 | |
5 | 5 | use OroCRM\Bundle\MagentoBundle\Provider\Iterator\CustomerBridgeIterator; |
6 | -use OroCRM\Bundle\MagentoBundle\Provider\Transport\MagentoTransportInterface; |
|
7 | 6 | |
8 | 7 | class CustomerBridgeIteratorTest extends BaseIteratorTestCase |
9 | 8 | { |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Oro\Bundle\IntegrationBundle\Entity\Status; |
8 | 8 | use Oro\Bundle\IntegrationBundle\Logger\LoggerStrategy; |
9 | 9 | use Oro\Bundle\IntegrationBundle\Provider\ConnectorContextMediator; |
10 | - |
|
11 | 10 | use OroCRM\Bundle\MagentoBundle\Provider\RegionConnector; |
12 | 11 | |
13 | 12 | class RegionConnectorTest extends MagentoConnectorTestCase |