You are here

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

Modules to enable.

Type: array

Overrides CommerceKernelTestBase::$modules

File

modules/product/tests/src/Kernel/ProductAttributeValueAccessTest.php, line 22

Class

ProductAttributeValueAccessTest
Tests the product attribute value access control.

Namespace

Drupal\Tests\commerce_product\Kernel

Code

public static $modules = [
  'path',
  'commerce_product',
];