You are here

public static property WebformExampleElementPropertiesTest::$modules in Webform 8.5

Same name and namespace in other branches
  1. 6.x modules/webform_example_element_properties/tests/src/Functional/WebformExampleElementPropertiesTest.php \Drupal\Tests\webform_example_element_properties\Functiona\WebformExampleElementPropertiesTest::modules

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_example_element_properties/tests/src/Functional/WebformExampleElementPropertiesTest.php, line 19

Class

WebformExampleElementPropertiesTest
Tests for webform example element properties.

Namespace

Drupal\Tests\webform_example_element_properties\Functiona

Code

public static $modules = [
  'webform',
  'webform_ui',
  'webform_example_element_properties',
];