You are here

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

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceBrowserTestBase::$modules

File

tests/src/Functional/ManagePaymentMethodsTest.php, line 30

Class

ManagePaymentMethodsTest
Tests the managing Authorize.net payment methods.

Namespace

Drupal\Tests\commerce_authnet\Functional

Code

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