Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
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.
MagentoBundle/Tests/Unit/Provider/WebsiteChannelChartProviderTest.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;
4 4
 
5 5
 use Oro\Bundle\ChartBundle\Model\ConfigProvider;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Provider\TrackingCustomerIdentification as TCI;
8 7
 use OroCRM\Bundle\MagentoBundle\Provider\WebsiteChannelChartProvider;
9 8
 
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Provider/WebsiteEventsChartProviderTest.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;
4 4
 
5 5
 use Oro\Bundle\ChartBundle\Model\ConfigProvider;
6
-
7 6
 use OroCRM\Bundle\MagentoBundle\Provider\TrackingCustomerIdentification as TCI;
8 7
 use OroCRM\Bundle\MagentoBundle\Provider\WebsiteEventsChartProvider;
9 8
 
Please login to merge, or discard this patch.
Controller/Api/Rest/MarketingListUnsubscribedItemController.php 1 patch
Unused Use Statements   -4 removed lines patch added patch discarded remove patch
@@ -3,15 +3,11 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MarketingListBundle\Controller\Api\Rest;
4 4
 
5 5
 use Doctrine\ORM\EntityNotFoundException;
6
-
7 6
 use FOS\RestBundle\Util\Codes;
8 7
 use FOS\RestBundle\Controller\Annotations as Rest;
9 8
 use FOS\RestBundle\Routing\ClassResourceInterface;
10
-
11 9
 use Nelmio\ApiDocBundle\Annotation\ApiDoc;
12
-
13 10
 use Symfony\Component\HttpFoundation\Response;
14
-
15 11
 use Oro\Bundle\SecurityBundle\Annotation\AclAncestor;
16 12
 use Oro\Bundle\SecurityBundle\Exception\ForbiddenException;
17 13
 use Oro\Bundle\SoapBundle\Controller\Api\Rest\RestController;
Please login to merge, or discard this patch.