You are here

public static property CheckoutOrderManagerTest::$modules in Commerce Core 8.2

Modules to enable.

Type: array

Overrides OrderKernelTestBase::$modules

File

modules/checkout/tests/src/Kernel/CheckoutOrderManagerTest.php, line 38

Class

CheckoutOrderManagerTest
Tests the checkout order manager.

Namespace

Drupal\Tests\commerce_checkout\Kernel

Code

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