You are here

public static property GeolocationFieldTest::$modules in Geolocation Field 8.2

Same name and namespace in other branches
  1. 8.3 tests/src/Functional/GeolocationFieldTest.php \Drupal\Tests\geolocation\Functional\GeolocationFieldTest::modules
  2. 8 tests/src/Functional/GeolocationFieldTest.php \Drupal\Tests\geolocation\Functional\GeolocationFieldTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

tests/src/Functional/GeolocationFieldTest.php, line 21

Class

GeolocationFieldTest
Tests the creation of geolocation fields.

Namespace

Drupal\Tests\geolocation\Functional

Code

public static $modules = [
  'field',
  'node',
  'taxonomy',
  'geolocation',
  'geolocation_google_maps',
  'geolocation_demo',
];