You are here

public static property ShipmentPercentageOffTest::$modules in Commerce Shipping 8.2

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/Plugin/Commerce/PromotionOffer/ShipmentPercentageOffTest.php, line 41

Class

ShipmentPercentageOffTest
Tests the "Percentage off the shipment amount" offer.

Namespace

Drupal\Tests\commerce_shipping\Kernel\Plugin\Commerce\PromotionOffer

Code

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