You are here

public static property GeolocationGoogleMapsGeocodingTest::$modules in Geolocation Field 8.3

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

modules/geolocation_google_maps/tests/src/Functional/GeolocationGoogleMapsGeocodingTest.php, line 19

Class

GeolocationGoogleMapsGeocodingTest
Tests the creation of geolocation fields.

Namespace

Drupal\Tests\geolocation_google_maps\Functional

Code

public static $modules = [
  'geolocation',
  'geolocation_google_maps',
  'geolocation_google_maps_test',
];