Completed
Push — 1.10 ( 5930b6...ffb454 )
by
unknown
07:44
created
Bundle/MagentoBundle/Tests/Functional/Dashboard/OrderDataProviderTest.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\ConfigBundle\Config\ConfigManager;
7 7
 use Oro\Bundle\FilterBundle\Form\Type\Filter\AbstractDateFilterType;
8 8
 use Oro\Bundle\TestFrameworkBundle\Test\WebTestCase;
9
-
10 9
 use OroCRM\Bundle\MagentoBundle\Tests\Functional\Fixture\LoadOrderDataWithFixedDate;
11 10
 use OroCRM\Bundle\MagentoBundle\Dashboard\OrderDataProvider as DataProvider;
12 11
 
Please login to merge, or discard this patch.
MagentoBundle/Tests/Functional/Fixture/LoadOrderDataWithFixedDate.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\Functional\Fixture;
4 4
 
5 5
 use Doctrine\Common\Persistence\ObjectManager;
6
-
7 6
 use Oro\Bundle\ConfigBundle\Config\ConfigManager;
8 7
 use Oro\Bundle\UserBundle\Migrations\Data\ORM\LoadAdminUserData;
9
-
10 8
 use OroCRM\Bundle\MagentoBundle\Entity\Order;
11 9
 
12 10
 class LoadOrderDataWithFixedDate extends LoadRFMOrderData
Please login to merge, or discard this patch.