You are here

public static property EntityTraitTest::$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

tests/src/Functional/EntityTraitTest.php, line 17

Class

EntityTraitTest
Tests the entity trait functionality.

Namespace

Drupal\Tests\commerce\Functional

Code

public static $modules = [
  'field_ui',
  'telephone',
  'commerce_test',
];