public static property GeolocationFieldTest::$modules in Geolocation Field 8
Same name and namespace in other branches
- 8.3 tests/src/Functional/GeolocationFieldTest.php \Drupal\Tests\geolocation\Functional\GeolocationFieldTest::modules
- 8.2 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\FunctionalCode
public static $modules = [
'field',
'node',
'taxonomy',
'geolocation',
'geolocation_demo',
];