You are here

public static property CheckoutOrderTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides CommerceBrowserTestBase::$modules

File

modules/checkout/tests/src/Functional/CheckoutOrderTest.php, line 39

Class

CheckoutOrderTest
Tests the checkout of an order.

Namespace

Drupal\Tests\commerce_checkout\Functional

Code

public static $modules = [
  'commerce_product',
  'commerce_order',
  'commerce_cart',
  'commerce_checkout',
  'commerce_checkout_test',
  'views_ui',
];