You are here

public static property LocalStockServiceTest::$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 CommerceStockKernelTestBase::$modules

File

modules/local_storage/tests/src/Kernel/LocalStockServiceTest.php, line 24

Class

LocalStockServiceTest
Tests the local stock service.

Namespace

Drupal\Tests\commerce_stock_local\Kernel

Code

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