You are here

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

Modules to enable.

Type: array

Overrides CartKernelTestBase::$modules

File

modules/checkout/tests/src/Kernel/CheckoutAccessTest.php, line 58

Class

CheckoutAccessTest
Tests the checkout access for orders.

Namespace

Drupal\Tests\commerce_checkout\Kernel

Code

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