Completed
Push — master ( 342d7b...50fff4 )
by Florian
13s
created
Test/Unit/Service/V1/AddresscheckTest.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -27,13 +27,11 @@
 block discarded – undo
27 27
 namespace Payone\Core\Test\Unit\Service\V1\Data;
28 28
 
29 29
 use Payone\Core\Service\V1\Addresscheck as ClassToTest;
30
-use Magento\Framework\TestFramework\Unit\Helper\ObjectManager;
31 30
 use Payone\Core\Model\Risk\Addresscheck;
32 31
 use Magento\Quote\Api\Data\AddressInterface;
33 32
 use Payone\Core\Service\V1\Data\AddresscheckResponse;
34 33
 use Payone\Core\Service\V1\Data\AddresscheckResponseFactory;
35 34
 use Payone\Core\Test\Unit\BaseTestCase;
36
-use Payone\Core\Model\Test\PayoneObjectManager;
37 35
 
38 36
 class AddresscheckTest extends BaseTestCase
39 37
 {
Please login to merge, or discard this patch.