You are here

public static property EmailRegistrationLoginTest::$modules in Email Registration 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/Plugin/Commerce/CheckoutPane/EmailRegistrationLoginTest.php, line 27

Class

EmailRegistrationLoginTest
Tests the login checkout pane.

Namespace

Drupal\Tests\email_registration\Functional\Plugin\Commerce\CheckoutPane

Code

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