ExperimentalHelpTest::$modules

Modules to install.

The experimental_module_test module implements hook_help() and is in the Core (Experimental) package.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/help/tests/src/Functional/ExperimentalHelpTest.php, line 24

Class

ExperimentalHelpTest
Verifies help for experimental modules.

Namespace

Drupal\Tests\help\Functional

Code

protected static $modules = [
  'help',
  'experimental_module_test',
  'help_page_test',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.