You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/PromotionConditionTest.php, line 32

Class

PromotionConditionTest
Tests promotion conditions.

Namespace

Drupal\Tests\commerce_promotion\Kernel

Code

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