You are here

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

Modules to enable.

Type: array

Overrides ShippingKernelTestBase::$modules

File

tests/src/Kernel/EarlyOrderProcessorTest.php, line 52

Class

EarlyOrderProcessorTest
Tests the early order processor.

Namespace

Drupal\Tests\commerce_shipping\Kernel

Code

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