You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

modules/webform_shortcuts/tests/src/Functional/WebformShortcutsFunctionalTest.php, line 17

Class

WebformShortcutsFunctionalTest
Webform shortcuts test.

Namespace

Drupal\Tests\webform_shortcuts\Functional

Code

public static $modules = [
  'block',
  'webform',
  'webform_ui',
  'webform_shortcuts',
];