You are here

public static property CartDependencyTest::$modules in Commerce Core 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 CommerceBrowserTestBase::$modules

File

modules/promotion/tests/src/Functional/CartDependencyTest.php, line 18

Class

CartDependencyTest
Tests that promotion installs without Commerce Cart.

Namespace

Drupal\Tests\commerce_promotion\Functional

Code

public static $modules = [
  'commerce_order',
];