Skip to content

Commit 78486a9

Browse files
author
Prabhu Ram
committed
Merge branch 'MC-16073' of github.com:magento-honey-badgers/magento2ce into MC-16073
2 parents 7f4add2 + 21bf80f commit 78486a9

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

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

43+
/**
44+
* @throws \Magento\Framework\Exception\LocalizedException
45+
*/
4346
public static function setUpBeforeClass()
4447
{
4548
$db = Bootstrap::getInstance()->getBootstrap()

dev/tests/integration/testsuite/Magento/GraphQl/Quote/Guest/SetAuthorizeNetPaymentMethodOnGuestCartTest.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)