You are here

protected static property HelpTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/help/tests/src/Functional/HelpTest.php \Drupal\Tests\help\Functional\HelpTest::modules

Modules to enable.

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 24

Class

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

Namespace

Drupal\Tests\help\Functional

Code

protected static $modules = [
  'help_test',
  'help_page_test',
];