You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementTextFormatTest.php, line 24

Class

WebformElementTextFormatTest
Tests for text format element.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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