You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/Plugin/Commerce/PromotionOffer/ShipmentFixedAmountOffTest.php, line 40

Class

ShipmentFixedAmountOffTest
Tests the "Fixed amount off the shipment amount" offer.

Namespace

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

Code

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