You are here

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

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceBrowserTestBase::$modules

File

tests/src/Functional/ShipmentTypeTest.php, line 21

Class

ShipmentTypeTest
Tests the shipment type UI.

Namespace

Drupal\Tests\commerce_shipping\Functional

Code

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