@@ -5,10 +5,8 @@ |
||
5 | 5 | use Akeneo\Bundle\BatchBundle\Entity\JobExecution; |
6 | 6 | use Akeneo\Bundle\BatchBundle\Entity\JobInstance; |
7 | 7 | use Akeneo\Bundle\BatchBundle\Entity\StepExecution; |
8 | - |
|
9 | 8 | use Oro\Bundle\ImportExportBundle\Context\StepExecutionProxyContext; |
10 | 9 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
11 | - |
|
12 | 10 | use OroCRM\Bundle\MagentoBundle\Entity\NewsletterSubscriber; |
13 | 11 | use OroCRM\Bundle\MagentoBundle\ImportExport\Strategy\NewsletterSubscriberStrategy; |
14 | 12 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\ImportExport\Writer; |
4 | 4 | |
5 | 5 | use Akeneo\Bundle\BatchBundle\Job\BatchStatus; |
6 | - |
|
7 | 6 | use Oro\Bundle\IntegrationBundle\Exception\TransportException; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Address; |
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\ImportExport\Writer; |
4 | 4 | |
5 | 5 | use Akeneo\Bundle\BatchBundle\Job\BatchStatus; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Entity\NewsletterSubscriber; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Store; |
9 | 8 |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Oro\Bundle\TestFrameworkBundle\Test\Selenium2TestCase; |
6 | 6 | use Oro\Bundle\IntegrationBundle\Tests\Selenium\Pages\Integrations; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\MagentoBundle\Tests\Selenium\Pages\Integration; |
9 | 8 | |
10 | 9 | /** |
@@ -6,7 +6,6 @@ |
||
6 | 6 | use Oro\Bundle\DataGridBundle\Datasource\ResultRecordInterface; |
7 | 7 | use Oro\Bundle\SecurityBundle\SecurityFacade; |
8 | 8 | use Oro\Bundle\IntegrationBundle\Entity\Channel as Integration; |
9 | - |
|
10 | 9 | use OroCRM\Bundle\ChannelBundle\Entity\Channel; |
11 | 10 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
12 | 11 | use OroCRM\Bundle\MagentoBundle\Entity\NewsletterSubscriber; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use OroCRM\Bundle\MagentoBundle\DependencyInjection\OroCRMMagentoExtension; |
6 | 6 | use OroCRM\Bundle\MagentoBundle\DependencyInjection\Configuration; |
7 | - |
|
8 | 7 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
9 | 8 | |
10 | 9 | class OroCRMMagentoExtensionTest extends \PHPUnit_Framework_TestCase |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Oro\Bundle\CalendarBundle\Tests\Unit\EventListener\Datagrid; |
4 | 4 | |
5 | 5 | use Oro\Bundle\DataGridBundle\Event\BuildAfter; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\EventListener\CustomerGroupGridListener; |
8 | 7 | |
9 | 8 | class CustomerGroupGridListenerTest extends \PHPUnit_Framework_TestCase |
@@ -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; |