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 CommerceWebDriverTestBase::$modules

File

modules/promotion/tests/src/FunctionalJavascript/PromotionTest.php, line 24

Class

PromotionTest
Tests the admin UI for promotions.

Namespace

Drupal\Tests\commerce_promotion\FunctionalJavascript

Code

public static $modules = [
  'block',
  'path',
  'commerce_product',
  'commerce_promotion',
  'language',
  'locale',
];