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 3131use Magento \Sales \Model \Order \Item ;
3232use Magento \Store \Model \StoreManagerInterface ;
3333use Magento \TestFramework \Helper \Bootstrap ;
34+ use PHPUnit \Framework \MockObject \MockObject ;
35+ use PHPUnit \Framework \TestCase ;
3436
3537/**
3638 * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
3739 */
38- class PayflowproVoidTest extends \ PHPUnit \ Framework \ TestCase
40+ class PayflowproVoidTest extends TestCase
3941{
4042 /**
4143 * @var ObjectManagerInterface
@@ -208,7 +210,7 @@ private function getPaymentMethodInstance(DataObject $response): PaymentMethodIn
208210 ]
209211 );
210212
211- /** @var Payflowpro|\PHPUnit_Framework_MockObject_MockObject $instance */
213+ /** @var Payflowpro|MockObject $instance */
212214 $ instance = $ this ->getMockBuilder (Payflowpro::class)
213215 ->setMethods (['setStore ' , 'getInfoInstance ' ])
214216 ->setConstructorArgs (
You can’t perform that action at this time.
0 commit comments