You are here

public static property WebformElementAddressTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x tests/src/Functional/Element/WebformElementAddressTest.php \Drupal\Tests\webform\Functional\Element\WebformElementAddressTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementAddressTest.php, line 20

Class

WebformElementAddressTest
Tests for webform address element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

public static $modules = [
  'webform',
  'address',
  'node',
];