ExperimentalHelpTest::$modules
Same name in other branches
- 8.9.x core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::modules
- 10 core/modules/help/tests/src/Functional/ExperimentalHelpTest.php \Drupal\Tests\help\Functional\ExperimentalHelpTest::modules
- 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\FunctionalCode
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.