public static property SimpleGmapTest::$modules in Simple Google Maps 8
Same name and namespace in other branches
- 3.0.x tests/src/FunctionalJavascript/SimpleGmapTest.php \Drupal\Tests\simple_gmap\FunctionalJavascript\SimpleGmapTest::modules
Modules to enable.
Type: array
Overrides BrowserTestBase::$modules
File
- tests/
src/ FunctionalJavascript/ SimpleGmapTest.php, line 44
Class
- SimpleGmapTest
- Creates a page to look at to test the Simple Google Maps module.
Namespace
Drupal\Tests\simple_gmap\FunctionalJavascriptCode
public static $modules = [
'node',
// TODO can I remove menu_ui?
// (see node.type.simple_gmap_stress_test.yml)
'menu_ui',
'path',
'field',
'field_ui',
'simple_gmap_stress_test',
'text',
'user',
];