You are here

public static property ProductAttributeTranslationTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides ProductBrowserTestBase::$modules

File

modules/product/tests/src/Functional/ProductAttributeTranslationTest.php, line 20

Class

ProductAttributeTranslationTest
Tests translating product attributes and their values.

Namespace

Drupal\Tests\commerce_product\Functional

Code

public static $modules = [
  'commerce_product_test',
  'config_translation',
  'content_translation',
  'views',
];