You are here

public static property GoogleAnalyticsSearchTest::$modules in Google Analytics 4.x

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/GoogleAnalyticsSearchTest.php \Drupal\Tests\google_analytics\Functional\GoogleAnalyticsSearchTest::modules
  2. 8.2 tests/src/Functional/GoogleAnalyticsSearchTest.php \Drupal\Tests\google_analytics\Functional\GoogleAnalyticsSearchTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/GoogleAnalyticsSearchTest.php, line 24

Class

GoogleAnalyticsSearchTest
Test search functionality of Google Analytics module.

Namespace

Drupal\Tests\google_analytics\Functional

Code

public static $modules = [
  'google_analytics',
  'search',
  'node',
];