You are here

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

Modules to enable.

Type: array

Overrides CommerceKernelTestBase::$modules

File

modules/product/tests/src/Kernel/Entity/ProductVariationTest.php, line 27

Class

ProductVariationTest
Tests the Product variation entity.

Namespace

Drupal\Tests\commerce_product\Kernel\Entity

Code

public static $modules = [
  'path',
  'commerce_product',
  // Needed to confirm that url generation doesn't cause a crash when
  // deleting a product variation without a referenced product.
  'menu_link_content',
];