You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/CouponCodeGeneratorTest.php, line 38

Class

CouponCodeGeneratorTest
Tests the coupon code generator.

Namespace

Drupal\Tests\commerce_promotion\Kernel

Code

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