You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformUiElementTest
Tests for webform UI element.

Namespace

Drupal\Tests\webform_ui\Functional

Code

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