You are here

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

Modules to enable.

Type: array

Overrides CartKernelTestBase::$modules

File

modules/cart/tests/src/Kernel/CartManagerTest.php, line 45

Class

CartManagerTest
Tests the cart manager.

Namespace

Drupal\Tests\commerce_cart\Kernel

Code

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