You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformEditorTest.php, line 23

Class

WebformEditorTest
Tests for webform editor.

Namespace

Drupal\Tests\webform\Functional

Code

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