You are here

public static property CheckoutTest::$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 CommerceWebDriverTestBase::$modules

File

tests/src/FunctionalJavascript/CheckoutTest.php, line 34

Class

CheckoutTest
Tests the Authorize.net payment configuration form.

Namespace

Drupal\Tests\commerce_authnet\FunctionalJavascript

Code

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