You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/Settings/WebformSettingsAdminTest.php, line 20

Class

WebformSettingsAdminTest
Tests for webform entity.

Namespace

Drupal\Tests\webform\Functional\Settings

Code

public static $modules = [
  'block',
  'captcha',
  'node',
  'toolbar',
  'views',
  'webform',
  'webform_ui',
  'webform_node',
];