@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Form\Handler; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Entity\Order; |
8 | 7 | use OroCRM\Bundle\MagentoBundle\Form\Handler\OrderHandler; |
9 | 8 |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Form\Type; |
4 | 4 | |
5 | 5 | use Symfony\Component\Form\FormBuilder; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\Form\Type\CustomerAddressType; |
8 | 7 | |
9 | 8 | class CustomerAddressTypeTest extends \PHPUnit_Framework_TestCase |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\Form\FormBuilder; |
6 | 6 | use Symfony\Component\Form\FormEvents; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\MagentoBundle\Form\Type\CustomerType; |
9 | 8 | |
10 | 9 | class CustomerTypeTest extends \PHPUnit_Framework_TestCase |
@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Importexport\Processor; |
4 | 4 | |
5 | 5 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
6 | - |
|
7 | 6 | use OroCRM\Bundle\MagentoBundle\ImportExport\Converter\NewsletterSubscriberDataConverter; |
8 | 7 | |
9 | 8 | class NewsletterSubscriberDataConverterTest extends \PHPUnit_Framework_TestCase |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
6 | 6 | use Symfony\Component\Serializer\SerializerInterface; |
7 | - |
|
8 | 7 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
9 | 8 | use Oro\Bundle\ImportExportBundle\Strategy\StrategyInterface; |
10 | 9 | use OroCRM\Bundle\MagentoBundle\ImportExport\Processor\ContextProcessor; |
@@ -3,9 +3,7 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Test\Unit\ImportExport\Serializer\Normalizer; |
4 | 4 | |
5 | 5 | use Symfony\Component\PropertyAccess\PropertyAccess; |
6 | - |
|
7 | 6 | use Oro\Bundle\ImportExportBundle\Field\FieldHelper; |
8 | - |
|
9 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
10 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Order; |
11 | 9 | use OroCRM\Bundle\MagentoBundle\ImportExport\Serializer\Normalizer\PaymentDetailsNormalizer; |
@@ -3,14 +3,11 @@ |
||
3 | 3 | namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\ImportExport\Strategy; |
4 | 4 | |
5 | 5 | use Doctrine\Common\Collections\ArrayCollection; |
6 | - |
|
7 | 6 | use Symfony\Component\PropertyAccess\Exception\NoSuchPropertyException; |
8 | 7 | use Symfony\Component\PropertyAccess\PropertyAccess; |
9 | - |
|
10 | 8 | use Oro\Bundle\AddressBundle\Entity\Country; |
11 | 9 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
12 | 10 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
13 | - |
|
14 | 11 | use OroCRM\Bundle\MagentoBundle\Entity\CartAddress; |
15 | 12 | use OroCRM\Bundle\MagentoBundle\Entity\CartItem; |
16 | 13 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
6 | 6 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
10 | 9 | use OroCRM\Bundle\MagentoBundle\ImportExport\Strategy\CartWithExistingCustomerStrategy; |
@@ -4,7 +4,6 @@ |
||
4 | 4 | |
5 | 5 | use Oro\Bundle\ImportExportBundle\Context\ContextInterface; |
6 | 6 | use Oro\Bundle\IntegrationBundle\Entity\Channel; |
7 | - |
|
8 | 7 | use OroCRM\Bundle\MagentoBundle\Entity\Cart; |
9 | 8 | use OroCRM\Bundle\MagentoBundle\Entity\Customer; |
10 | 9 | use OroCRM\Bundle\MagentoBundle\Entity\Order; |