You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Element/WebformElementStatesSelectorsTest.php, line 21

Class

WebformElementStatesSelectorsTest
Tests for webform element #states selectors.

Namespace

Drupal\Tests\webform\Functional\Element

Code

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