You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/Plugin/Commerce/PromotionOffer/CombinationOfferTest.php, line 43

Class

CombinationOfferTest
Tests the combination offer plugin.

Namespace

Drupal\Tests\commerce_promotion\Kernel\Plugin\Commerce\PromotionOffer

Code

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