You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/GraphQl/Quote/Customer/SetAuthorizenetPaymentMethodOnCustomerCartTest.php
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@
21
21
* @magentoDbIsolation disabled
22
22
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
23
23
*/
24
-
class SetAuthorizenetPaymentMethodOnCustomerCartTest extends \Magento\TestFramework\Indexer\TestCase
24
+
class SetAuthorizenetPaymentMethodOnCustomerCartTest extends \PHPUnit\Framework\TestCase
25
25
{
26
26
constCONTENT_TYPE = 'application/json';
27
27
@@ -40,22 +40,6 @@ class SetAuthorizenetPaymentMethodOnCustomerCartTest extends \Magento\TestFramew
Copy file name to clipboardExpand all lines: dev/tests/integration/testsuite/Magento/GraphQl/Quote/Guest/SetAuthorizeNetPaymentMethodOnGuestCartTest.php
+1-17Lines changed: 1 addition & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
* @magentoDbIsolation disabled
21
21
* @SuppressWarnings(PHPMD.CouplingBetweenObjects)
22
22
*/
23
-
class SetAuthorizeNetPaymentMethodOnGuestCartTest extends \Magento\TestFramework\Indexer\TestCase
23
+
class SetAuthorizeNetPaymentMethodOnGuestCartTest extends \PHPUnit\Framework\TestCase
24
24
{
25
25
constCONTENT_TYPE = 'application/json';
26
26
@@ -39,22 +39,6 @@ class SetAuthorizeNetPaymentMethodOnGuestCartTest extends \Magento\TestFramework
39
39
/** @var Http */
40
40
private$request;
41
41
42
-
/**
43
-
* @inheritdoc
44
-
*/
45
-
publicstaticfunctionsetUpBeforeClass()
46
-
{
47
-
$db = Bootstrap::getInstance()->getBootstrap()
48
-
->getApplication()
49
-
->getDbInstance();
50
-
if (!$db->isDbDumpExists()) {
51
-
thrownew \LogicException('DB dump does not exist.');
0 commit comments