@@ -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 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Provider; |
4 | 4 | |
5 | 5 | use Oro\Bundle\ChartBundle\Model\ConfigProvider; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Provider\TrackingCustomerIdentification as TCI; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Provider\WebsiteChannelChartProvider; |
9 | 8 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Provider; |
4 | 4 | |
5 | 5 | use Oro\Bundle\ChartBundle\Model\ConfigProvider; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Provider\TrackingCustomerIdentification as TCI; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Provider\WebsiteEventsChartProvider; |
9 | 8 |
@@ -3,15 +3,11 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MarketingListBundle\Controller\Api\Rest; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityNotFoundException; |
6 | - |
|
7 | 6 | use FOS\RestBundle\Util\Codes; |
8 | 7 | use FOS\RestBundle\Controller\Annotations as Rest; |
9 | 8 | use FOS\RestBundle\Routing\ClassResourceInterface; |
10 | - |
|
11 | 9 | use Nelmio\ApiDocBundle\Annotation\ApiDoc; |
12 | - |
|
13 | 10 | use Symfony\Component\HttpFoundation\Response; |
14 | - |
|
15 | 11 | use Oro\Bundle\SecurityBundle\Annotation\AclAncestor; |
16 | 12 | use Oro\Bundle\SecurityBundle\Exception\ForbiddenException; |
17 | 13 | use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController; |