You are here

protected static property HelpTopicTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/help_topics/tests/src/Functional/HelpTopicTest.php, line 21

Class

HelpTopicTest
Verifies help topic display and user access to help based on permissions.

Namespace

Drupal\Tests\help_topics\Functional

Code

protected static $modules = [
  'help_topics_test',
  'help',
  'help_topics',
  'block',
];