You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/Plugin/Commerce/TaxType/ShippingTest.php, line 41

Class

ShippingTest
Tests the shipping tax type.

Namespace

Drupal\Tests\commerce_shipping\Kernel\Plugin\Commerce\TaxType

Code

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