You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/ShipmentManagerTest.php, line 55

Class

ShipmentManagerTest
Tests the shipment manager.

Namespace

Drupal\Tests\commerce_shipping\Kernel

Code

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