You are here

public static property AcceptJsPaymentMethodTest::$modules in Commerce Authorize.Net 8

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

tests/src/Kernel/AcceptJsPaymentMethodTest.php, line 34

Class

AcceptJsPaymentMethodTest
Tests creating a payment method with AcceptJS.

Namespace

Drupal\Tests\commerce_authnet\Kernel

Code

public static $modules = [
  'commerce_payment',
  'commerce_authnet',
];