File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
dev/tests/integration/testsuite/Magento/Paypal/Model Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 31
31
use Magento \Sales \Model \Order \Item ;
32
32
use Magento \Store \Model \StoreManagerInterface ;
33
33
use Magento \TestFramework \Helper \Bootstrap ;
34
+ use PHPUnit \Framework \MockObject \MockObject ;
35
+ use PHPUnit \Framework \TestCase ;
34
36
35
37
/**
36
38
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
37
39
*/
38
- class PayflowproVoidTest extends \ PHPUnit \ Framework \ TestCase
40
+ class PayflowproVoidTest extends TestCase
39
41
{
40
42
/**
41
43
* @var ObjectManagerInterface
@@ -208,7 +210,7 @@ private function getPaymentMethodInstance(DataObject $response): PaymentMethodIn
208
210
]
209
211
);
210
212
211
- /** @var Payflowpro|\PHPUnit_Framework_MockObject_MockObject $instance */
213
+ /** @var Payflowpro|MockObject $instance */
212
214
$ instance = $ this ->getMockBuilder (Payflowpro::class)
213
215
->setMethods (['setStore ' , 'getInfoInstance ' ])
214
216
->setConstructorArgs (
You can’t perform that action at this time.
0 commit comments