Completed
Push — 1.10 ( 3f8f95...f007bc )
by
unknown
09:16
created
Tests/Unit/EventListener/UpdateIntegrationConnectorsListenerTest.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\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;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/ImportExport/Strategy/CartStrategyTest.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,16 +3,12 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/ImportExport/Strategy/CustomerStrategyTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
6 6
 use Oro\Bundle\AddressBundle\Entity\Country;
7 7
 use Oro\Bundle\AddressBundle\Entity\Region;
8
-
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\Address;
10 9
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
11 10
 use OroCRM\Bundle\MagentoBundle\Entity\CustomerGroup;
Please login to merge, or discard this patch.
Tests/Unit/ImportExport/Strategy/GuestCustomerStrategyTest.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\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;
Please login to merge, or discard this patch.
Tests/Unit/ImportExport/Strategy/OrderWithExistingCustomerStrategyTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/Model/Action/AutomaticDiscoveryActionTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -4,9 +4,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Model/ChannelSettingsProviderTest.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\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;
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/Provider/Iterator/CustomerBridgeIteratorTest.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\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
 {
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Unit/Provider/RegionConnectorTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -7,7 +7,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.