You are here

public static property SimpleGMapFormatterTest::$modules in Simple Google Maps 3.0.x

Same name and namespace in other branches
  1. 8 tests/src/Kernel/SimpleGMapFormatterTest.php \Drupal\Tests\simple_gmap\Kernel\SimpleGMapFormatterTest::modules

Modules to enable.

Type: array

Overrides EntityKernelTestBase::$modules

File

tests/src/Kernel/SimpleGMapFormatterTest.php, line 22

Class

SimpleGMapFormatterTest
Tests the text formatters functionality.

Namespace

Drupal\Tests\simple_gmap\Kernel

Code

public static $modules = [
  'node',
  'simple_gmap',
  'simple_gmap_stress_test',
];