You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/EventSubscriber/PromotionSubscriberTest.php, line 52

Class

PromotionSubscriberTest
Tests the promotion subscriber.

Namespace

Drupal\Tests\commerce_shipping\Kernel\EventSubscriber

Code

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