public static property ProductNoStoreTest::$modules in Commerce Core 8.2
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 CommerceBrowserTestBase::$modules
File
- modules/
product/ tests/ src/ Functional/ ProductNoStoreTest.php, line 18
Class
- ProductNoStoreTest
- Tests product UI behavior when there are no stores.
Namespace
Drupal\Tests\commerce_product\FunctionalCode
public static $modules = [
'commerce_product',
];