You are here

public static property PluginItemTest::$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 CommerceKernelTestBase::$modules

File

tests/src/Kernel/PluginItemTest.php, line 21

Class

PluginItemTest
Tests the 'commerce_plugin_item' field type.

Namespace

Drupal\Tests\commerce\Kernel

Code

public static $modules = [
  'entity_reference_revisions',
  'profile',
  'state_machine',
  'commerce_order',
  'commerce_test',
];