protected static property ExperimentalHelpTest::$modules in Drupal 9
Same name and namespace in other branches
- 8 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',
];