You are here

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

Modules to enable.

Type: array

Overrides CartKernelTestBase::$modules

File

modules/log/tests/src/Kernel/CartIntegrationTest.php, line 51

Class

CartIntegrationTest
Tests integration with cart events.

Namespace

Drupal\Tests\commerce_log\Kernel

Code

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