You are here

public static property CommerceProductBundleKernelTestBase::$modules in Commerce Product Bundle 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 CommerceKernelTestBase::$modules

File

tests/src/Kernel/CommerceProductBundleKernelTestBase.php, line 23

Class

CommerceProductBundleKernelTestBase
Provides a base class for Commerce Product Bundle tests.

Namespace

Drupal\Tests\commerce_product_bundle\Kernel

Code

public static $modules = [
  'address',
  'datetime',
  'entity',
  'options',
  'inline_entity_form',
  'views',
  'path',
  'commerce',
  'commerce_price',
  'commerce_store',
  'commerce_product',
  'commerce_order',
  'commerce_number_pattern',
  'commerce_product_bundle',
  'entity_reference_revisions',
  'profile',
  'state_machine',
];