You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/PromotionMultilingualTest.php, line 21

Class

PromotionMultilingualTest
Tests promotions in a multilingual context.

Namespace

Drupal\Tests\commerce_promotion\Kernel

Code

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