Completed
Push — master ( 92cdd1...0ac209 )
by
unknown
15:06
created
MagentoBundle/Tests/Unit/Model/Action/AutomaticDiscoveryActionTest.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\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.
Tests/Unit/Provider/Iterator/NewsletterSubscriberBridgeIteratorTest.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\Provider\Iterator\NewsletterSubscriberBridgeIterator;
6 6
 use OroCRM\Bundle\MagentoBundle\Provider\Iterator\UpdatedLoaderInterface;
7
-use OroCRM\Bundle\MagentoBundle\Provider\Transport\MagentoTransportInterface;
8 7
 
9 8
 class NewsletterSubscriberBridgeIteratorTest extends BaseIteratorTestCase
10 9
 {
Please login to merge, or discard this patch.
MagentoBundle/Tests/Unit/Provider/Iterator/OrderBridgeIteratorTest.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,8 @@
 block discarded – undo
16 16
     }
17 17
 
18 18
     /**
19
-     * @param array $orderArray
20
-     * @param array $stores
19
+     * @param string $orderArray
20
+     * @param string $stores
21 21
      *
22 22
      * @dataProvider dataProvider
23 23
      */
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
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Symfony\Component\Validator\Constraint;
6 6
 use Symfony\Component\Validator\ConstraintValidator;
7
-
8 7
 use OroCRM\Bundle\TaskBundle\Validator\Constraints\DueDateRequired;
9 8
 use OroCRM\Bundle\TaskBundle\Entity\Task;
10 9
 
Please login to merge, or discard this patch.
Bundle/TaskBundle/Tests/Unit/Validators/DueDateRequiredValidatorTest.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\TestFrameworkBundle\Tests\Performance;
4 4
 
5 5
 use Symfony\Bundle\FrameworkBundle\Console\Application;
6
-
7 6
 use Symfony\Component\HttpKernel\Kernel;
8 7
 use Symfony\Component\DependencyInjection\Container;
9
-
10 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
11 9
 
12 10
 class LoadTest extends WebTestCase
Please login to merge, or discard this patch.