You are here

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

Modules to enable.

Type: array

Overrides CommerceWebDriverTestBase::$modules

File

modules/payment/tests/src/FunctionalJavascript/PaymentCheckoutTest.php, line 76

Class

PaymentCheckoutTest
Tests the integration between payments and checkout.

Namespace

Drupal\Tests\commerce_payment\FunctionalJavascript

Code

public static $modules = [
  'commerce_product',
  'commerce_cart',
  'commerce_checkout',
  'commerce_payment',
  'commerce_payment_example',
];