You are here

public static property StockLocationTest::$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/Entity/StockLocationTest.php, line 20

Class

StockLocationTest
Test the StockLocation entity.

Namespace

Drupal\Tests\commerce_stock_local\Kernel\Entity

Code

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