Completed
Push — 1.10 ( 93e51c...7f32fb )
by
unknown
11:06
created
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.
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.
MagentoBundle/Tests/Unit/ImportExport/Writer/ProxyEntityWriterTest.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\Tests\Unit\ImportExport\Writer;
4 4
 
5 5
 use Akeneo\Bundle\BatchBundle\Item\ItemWriterInterface;
6
-
7 6
 use Oro\Bundle\ImportExportBundle\Field\DatabaseHelper;
8
-
9 7
 use OroCRM\Bundle\MagentoBundle\Entity\Cart;
10 8
 use OroCRM\Bundle\MagentoBundle\Entity\Customer;
11 9
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Provider/AbstractSyncProcessorTest.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 Doctrine\Common\Persistence\ManagerRegistry;
6 6
 use Doctrine\ORM\EntityManager;
7
-
8 7
 use Symfony\Component\EventDispatcher\EventDispatcherInterface;
9
-
10 8
 use Oro\Bundle\ImportExportBundle\Job\JobResult;
11 9
 use Oro\Bundle\ImportExportBundle\Processor\ProcessorRegistry;
12 10
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Provider/CartExpirationProcessorTest.php 1 patch
Unused Use Statements   -3 removed lines patch added patch discarded remove patch
@@ -3,11 +3,8 @@
 block discarded – undo
3 3
 namespace OroCRM\Bundle\MagentoBundle\Tests\Unit\Provider;
4 4
 
5 5
 use Doctrine\ORM\EntityManager;
6
-
7 6
 use Symfony\Component\HttpFoundation\ParameterBag;
8
-
9 7
 use Oro\Bundle\IntegrationBundle\Entity\Channel;
10
-
11 8
 use OroCRM\Bundle\MagentoBundle\Provider\CartExpirationProcessor;
12 9
 use OroCRM\Bundle\MagentoBundle\Provider\Transport\SoapTransport;
13 10
 use Oro\Bundle\IntegrationBundle\Provider\ConnectorContextMediator;
Please login to merge, or discard this patch.
Bundle/MagentoBundle/Tests/Unit/Provider/InitialScheduleProcessorTest.php 2 patches
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 Doctrine\Common\Collections\ArrayCollection;
6
-
7 6
 use Oro\Bundle\EntityBundle\ORM\DoctrineHelper;
8 7
 use OroCRM\Bundle\MagentoBundle\Command\InitialSyncCommand;
9 8
 use OroCRM\Bundle\MagentoBundle\Entity\MagentoSoapTransport;
Please login to merge, or discard this patch.
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -383,6 +383,7 @@
 block discarded – undo
383 383
 
384 384
     /**
385 385
      * {@inheritdoc}
386
+     * @param \PHPUnit_Framework_MockObject_MockObject $realConnector
386 387
      */
387 388
     protected function getIntegration(array $connectors = [], \DateTime $syncStartDate = null, $realConnector = null)
388 389
     {
Please login to merge, or discard this patch.