You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/States/WebformStatesServerTest.php, line 43

Class

WebformStatesServerTest
Tests for webform submission conditions (#states) validator.

Namespace

Drupal\Tests\webform\Functional\States

Code

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