You are here

public static property CheckoutPaneTest::$modules in Commerce Shipping 8.2

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/CheckoutPaneTest.php, line 72

Class

CheckoutPaneTest
Tests the "Shipping information" checkout pane.

Namespace

Drupal\Tests\commerce_shipping\FunctionalJavascript

Code

public static $modules = [
  'commerce_payment',
  'commerce_payment_example',
  'commerce_promotion',
  'commerce_shipping_test',
  'commerce_tax',
  'telephone',
];