You are here

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

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

Modules to enable.

Type: array

Overrides WebformBrowserTestBase::$modules

File

tests/src/Functional/WebformHelpTest.php, line 17

Class

WebformHelpTest
Tests for webform help.

Namespace

Drupal\Tests\webform\Functional

Code

public static $modules = [
  'block',
  'help',
  'webform_test_message_custom',
];