You are here

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

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

Modules to enable.

Note that when a child class declares its own $modules list, that list doesn't override this one, it just extends it.

Type: array

Overrides CommerceBrowserTestBase::$modules

File

tests/src/Functional/EventsControllerTest.php, line 34

Class

EventsControllerTest
@coversDefaultClass \Drupal\commerce_google_tag_manager\Controller\EventsController

Namespace

Drupal\Tests\commerce_google_tag_manager\Functional

Code

public static $modules = [
  'commerce_product',
  'google_tag',
  'commerce_google_tag_manager',
];