You are here

public static property ProductCacheTest::$modules in Commerce Pricelist 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

tests/src/Functional/ProductCacheTest.php, line 42

Class

ProductCacheTest
Tests the interaction between price lists and product caches.

Namespace

Drupal\Tests\commerce_pricelist\Functional

Code

public static $modules = [
  'commerce_product',
  'commerce_pricelist',
  'commerce_pricelist_test',
  'dynamic_page_cache',
];