You are here

public static property CommerceKernelTestBase::$modules in Commerce Google Tag Manager 8.2

Same name and namespace in other branches
  1. 8 tests/src/Kernel/CommerceKernelTestBase.php \Drupal\Tests\commerce_google_tag_manager\Kernel\CommerceKernelTestBase::modules

Modules to additionnaly enable.

Type: array

Overrides CommerceKernelTestBase::$modules

File

tests/src/Kernel/CommerceKernelTestBase.php, line 17

Class

CommerceKernelTestBase
Provides a base class for Commerce Google Tag Manager kernel tests.

Namespace

Drupal\Tests\commerce_google_tag_manager\Kernel

Code

public static $modules = [
  'commerce_product',
  'commerce_order',
  'state_machine',
  'commerce_checkout',
  'commerce_google_tag_manager',
  'commerce_number_pattern',
];