You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

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

Class

WebformElementHtmlEditorTest
Tests for webform HTML editor element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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