Completed
Push — master ( dd2819...45b95e )
by
unknown
10:20
created
OroCRM/Bundle/MagentoBundle/Tests/Unit/Form/Handler/OrderHandlerTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Form/Type/CustomerAddressTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Unit/Form/Type/CustomerTypeTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
Tests/Unit/ImportExport/Converter/NewsletterSubscriberDataConverterTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/ImportExport/Processor/ContextProcessorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Unit/ImportExport/Serializer/Normalizer/PaymentDetailsNormalizerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,9 +3,7 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/ImportExport/Strategy/CartStrategyTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,14 +3,11 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Tests/Unit/ImportExport/Strategy/CartWithExistingCustomerStrategyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
Tests/Unit/ImportExport/Strategy/OrderWithExistingCustomerStrategyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.