You are here

public static property SubscriptionTest::$modules in Commerce Recurring Framework 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/SubscriptionTest.php, line 24

Class

SubscriptionTest
Tests the subscription UI.

Namespace

Drupal\Tests\commerce_recurring\Functional

Code

public static $modules = [
  'commerce_payment_example',
  'commerce_product',
  'commerce_recurring',
];