HelpTest::$modules

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

Modules to install.

The help_test module implements hook_help() but does not provide a module overview page. The help_page_test module has a page section plugin that returns no links.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/help/tests/src/Functional/HelpTest.php, line 26

Class

HelpTest
Verify help display and user access to help based on permissions.

Namespace

Drupal\Tests\help\Functional

Code

protected static $modules = [
  'block_content',
  'breakpoint',
  'editor',
  'help',
  'help_page_test',
  'help_test',
  'history',
];

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