You are here

public static property CommerceStockKernelTestBase::$modules in Commerce Stock 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/CommerceStockKernelTestBase.php, line 20

Class

CommerceStockKernelTestBase
Base class for Commerce Stock kernel tests.

Namespace

Drupal\Tests\commerce_stock\Kernel

Code

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