You are here

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

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/promotion/tests/src/Kernel/Plugin/Commerce/PromotionOffer/OrderItemPercentageOffTest.php, line 41

Class

OrderItemPercentageOffTest
Tests the percentage off offer for order items.

Namespace

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

Code

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