You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/States/WebformStatesHiddenTest.php, line 26

Class

WebformStatesHiddenTest
Tests for webform states hidden.

Namespace

Drupal\Tests\webform\Functional\States

Code

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