You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/CouponValidConstraintValidatorTest.php, line 25

Class

CouponValidConstraintValidatorTest
Tests the coupon valid constraint on coupons fields.

Namespace

Drupal\Tests\commerce_promotion\Kernel

Code

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