You are here

public static property StockLevelTest::$modules in Commerce Stock 8

Modules to enable.

Type: array

Overrides CommerceStockKernelTestBase::$modules

File

modules/field/tests/src/Kernel/StockLevelTest.php, line 32

Class

StockLevelTest
Ensure the stock level field works.

Namespace

Drupal\Tests\commerce_stock_field\Kernel

Code

public static $modules = [
  'path',
  'commerce_product',
  'commerce_stock_field',
  'commerce_stock_local',
];