@@ -3,11 +3,9 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\Controller\Api\Rest; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | - |
|
7 | 6 | use Oro\Bundle\AddressBundle\Entity\AddressType; |
8 | 7 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
9 | 8 | use Oro\Bundle\UserBundle\Entity\User; |
10 | - |
|
11 | 9 | use OroCRM\Bundle\ChannelBundle\Entity\Channel; |
12 | 10 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
13 | 11 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Functional\Controller\Api\Rest; |
4 | 4 | |
5 | 5 | use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Entity\Order; |
8 | 7 | |
9 | 8 | /** |
@@ -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 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 |