You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_ui/tests/src/Functional/WebformUiElementPropertiesTest.php, line 20

Class

WebformUiElementPropertiesTest
Tests for webform UI element properties.

Namespace

Drupal\Tests\webform_ui\Functional

Code

public static $modules = [
  'filter',
  'file',
  'taxonomy',
  'webform',
  'webform_ui',
];