You are here

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

Modules to enable.

Type: array

Overrides StockBrowserTestBase::$modules

File

tests/src/Functional/StockServiceTest.php, line 19

Class

StockServiceTest
Ensure the stock services work correctly.

Namespace

Drupal\Tests\commerce_stock\Functional

Code

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