You are here

public static property WebformLocationGeocompleteTest::$modules in Webform 6.x

Same name and namespace in other branches
  1. 8.5 modules/webform_location_geocomplete/tests/src/Functional/WebformLocationGeocompleteTest.php \Drupal\Tests\webform_location_geocomplete\Functional\WebformLocationGeocompleteTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_location_geocomplete/tests/src/Functional/WebformLocationGeocompleteTest.php, line 19

Class

WebformLocationGeocompleteTest
Tests for location geocomplete element.

Namespace

Drupal\Tests\webform_location_geocomplete\Functional

Code

public static $modules = [
  'webform_location_geocomplete',
  'webform_location_geocomplete_test',
];