ExperimentalHelpTest::$modules

Same name and namespace in other branches
  1. 8.9.x core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::modules
  2. 10 core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::modules
  3. 11.x core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::modules

Modules to enable.

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 22

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.