You are here

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

Same name and namespace in other branches
  1. 8 tests/src/Kernel/GeolocationItemTest.php \Drupal\Tests\geolocation\Kernel\GeolocationItemTest::modules
  2. 8.2 tests/src/Kernel/GeolocationItemTest.php \Drupal\Tests\geolocation\Kernel\GeolocationItemTest::modules

Modules to enable.

Type: array

Overrides FieldKernelTestBase::$modules

File

tests/src/Kernel/GeolocationItemTest.php, line 23

Class

GeolocationItemTest
Tests the new entity API for the geolocation field type.

Namespace

Drupal\Tests\geolocation\Kernel

Code

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