You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/ShippingMethodStorageTest.php, line 59

Class

ShippingMethodStorageTest
Tests the shipping method storage.

Namespace

Drupal\Tests\commerce_shipping\Kernel

Code

public static $modules = [
  'address',
  'entity_reference_revisions',
  'profile',
  'state_machine',
  'commerce_order',
  'commerce_shipping',
];