Skip to content

Commit 21bf80f

Browse files
committed
MC-16073: POC to process a payment using Authorize.net method
- fixed static failures on jenkins build
1 parent e6408af commit 21bf80f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

dev/tests/integration/testsuite/Magento/GraphQl/Quote/Customer/SetAuthorizeNetPaymentMethodOnCartTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ class SetAuthorizenetPaymentMethodOnCustomerCartTest extends \Magento\TestFramew
4444
/** @var Http */
4545
private $request;
4646

47+
/**
48+
* @throws \Magento\Framework\Exception\LocalizedException
49+
*/
4750
public static function setUpBeforeClass()
4851
{
4952
$db = Bootstrap::getInstance()->getBootstrap()

dev/tests/integration/testsuite/Magento/GraphQl/Quote/Guest/SetAuthorizeNetPaymentMethodOnCartTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ class SetAuthorizeNetPaymentMethodOnGuestCartTest extends \Magento\TestFramework
3939
/** @var Http */
4040
private $request;
4141

42+
/**
43+
* @inheritdoc
44+
*/
4245
public static function setUpBeforeClass()
4346
{
4447
$db = Bootstrap::getInstance()->getBootstrap()

0 commit comments

Comments
 (0)