You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/States/WebformStatesManagerTest.php, line 19

Class

WebformStatesManagerTest
Tests for webform states manager.

Namespace

Drupal\Tests\webform\Functional\States

Code

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