You are here

protected static property ProductVariationResourceTest::$modules in Commerce Core 8.2

Modules to enable.

The test runner will merge the $modules lists from this class, the class it extends, and so on up the class hierarchy. It is not necessary to include modules in your list that a parent class has already declared.

Type: string[]

Overrides ResourceTestBase::$modules

See also

\Drupal\Tests\BrowserTestBase::installDrupal()

File

modules/product/tests/src/Functional/Jsonapi/ProductVariationResourceTest.php, line 39

Class

ProductVariationResourceTest
JSON:API resource test for variations.

Namespace

Drupal\Tests\commerce_product\Functional\Jsonapi

Code

protected static $modules = [
  'path',
  'commerce',
  'commerce_store',
  'commerce_price',
  'commerce_price_test',
  'commerce_product',
  'commerce_product_test',
];