You are here

public static property ProductBundleStockKernelTestBase::$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 CommerceProductBundleKernelTestBase::$modules

File

modules/commerce_product_bundle_stock/tests/src/Kernel/ProductBundleStockKernelTestBase.php, line 27

Class

ProductBundleStockKernelTestBase
Provides a base class for Commerce Product Bundle Stock tests.

Namespace

Drupal\Tests\commerce_product_bundle_stock\Kernel

Code

public static $modules = [
  'commerce_stock',
  'commerce_stock_local',
  'commerce_stock_field',
  'commerce_product_bundle_stock',
];