Completed
Push — 1.10 ( 3f8f95...f007bc )
by
unknown
09:16
created
MagentoBundle/Tests/Functional/Controller/Api/Rest/OrderControllerTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,11 +3,9 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Tests/Functional/Controller/Api/Rest/OrderItemControllerTest.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\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
 /**
Please login to merge, or discard this patch.
Tests/Functional/ImportExport/Strategy/NewsletterSubscriberStrategyTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -5,10 +5,8 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.
Tests/Functional/ImportExport/Writer/CustomerAddressExportWriterTest.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\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;
Please login to merge, or discard this patch.
Tests/Functional/ImportExport/Writer/CustomerExportWriterTest.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\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;
Please login to merge, or discard this patch.
Functional/ImportExport/Writer/NewsletterSubscriberExportWriterTest.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\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
 
Please login to merge, or discard this patch.
src/OroCRM/Bundle/MagentoBundle/Tests/Selenium/ManageIntegrationTest.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\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
 /**
Please login to merge, or discard this patch.
Tests/Unit/Datagrid/NewsletterSubscriberPermissionProviderTest.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -6,7 +6,6 @@
 block discarded – undo
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;
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/DependencyInjection/OroCRMMagentoExtensionTest.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 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
Please login to merge, or discard this patch.