Completed
Push — master ( 50fff4...e9ec60 )
by Florian
14s
created
Test/Unit/Model/Api/Request/ManagemandateTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -30,14 +30,12 @@
 block discarded – undo
30 30
 use Payone\Core\Helper\Database;
31 31
 use Payone\Core\Helper\Shop;
32 32
 use Payone\Core\Model\Api\Request\Managemandate as ClassToTest;
33
-use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
34 33
 use Payone\Core\Model\Methods\PayoneMethod;
35 34
 use Magento\Payment\Model\Info;
36 35
 use Payone\Core\Helper\Api;
37 36
 use Magento\Customer\Api\Data\CustomerInterface;
38 37
 use Magento\Quote\Model\Quote\Address;
39 38
 use Payone\Core\Test\Unit\BaseTestCase;
40
-use Payone\Core\Model\Test\PayoneObjectManager;
41 39
 
42 40
 class ManagemandateTest extends BaseTestCase
43 41
 {
Please login to merge, or discard this patch.
Test/Unit/Model/Api/Request/UpdateuserTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -29,13 +29,11 @@
 block discarded – undo
29 29
 use Magento\Quote\Model\Quote\Address;
30 30
 use Magento\Sales\Model\Order;
31 31
 use Payone\Core\Model\Api\Request\Updateuser as ClassToTest;
32
-use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
33 32
 use Payone\Core\Model\Methods\PayoneMethod;
34 33
 use Payone\Core\Helper\Api;
35 34
 use Payone\Core\Helper\Customer;
36 35
 use Payone\Core\Model\PayoneConfig;
37 36
 use Payone\Core\Test\Unit\BaseTestCase;
38
-use Payone\Core\Model\Test\PayoneObjectManager;
39 37
 
40 38
 class UpdateuserTest extends BaseTestCase
41 39
 {
Please login to merge, or discard this patch.
Test/Unit/Service/V1/InstallmentPlanTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,7 +27,6 @@  discard block
 block discarded – undo
27 27
 namespace Payone\Core\Test\Unit\Service\V1\Data;
28 28
 
29 29
 use Payone\Core\Service\V1\InstallmentPlan as ClassToTest;
30
-use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
31 30
 use Payone\Core\Service\V1\Data\InstallmentPlanResponse;
32 31
 use Payone\Core\Api\Data\InstallmentPlanResponseInterfaceFactory;
33 32
 use Magento\Checkout\Model\Session;
@@ -36,7 +35,6 @@  discard block
 block discarded – undo
36 35
 use Payone\Core\Model\Api\Request\Genericpayment\Calculation;
37 36
 use Payone\Core\Block\Payolution\InstallmentPlan;
38 37
 use Payone\Core\Test\Unit\BaseTestCase;
39
-use Payone\Core\Model\Test\PayoneObjectManager;
40 38
 
41 39
 class InstallmentPlanTest extends BaseTestCase
42 40
 {
Please login to merge, or discard this patch.