You are here

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

Same name in this branch
  1. 8.2 modules/promotion/tests/src/FunctionalJavascript/PromotionTest.php \Drupal\Tests\commerce_promotion\FunctionalJavascript\PromotionTest::modules
  2. 8.2 modules/promotion/tests/src/Kernel/Entity/PromotionTest.php \Drupal\Tests\commerce_promotion\Kernel\Entity\PromotionTest::modules

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/Entity/PromotionTest.php, line 28

Class

PromotionTest
Tests the Promotion entity.

Namespace

Drupal\Tests\commerce_promotion\Kernel\Entity

Code

public static $modules = [
  'commerce_promotion',
];