You are here

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

Modules to enable.

Type: array

Overrides CommerceKernelTestBase::$modules

File

modules/product/tests/src/Kernel/Entity/ProductTest.php, line 24

Class

ProductTest
Tests the Product entity.

Namespace

Drupal\Tests\commerce_product\Kernel\Entity

Code

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