You are here

protected static property ForumTest::$modules in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/forum/tests/src/Functional/ForumTest.php \Drupal\Tests\forum\Functional\ForumTest::modules
  2. 10 core/modules/forum/tests/src/Functional/ForumTest.php \Drupal\Tests\forum\Functional\ForumTest::modules

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/forum/tests/src/Functional/ForumTest.php, line 29

Class

ForumTest
Tests for forum.module.

Namespace

Drupal\Tests\forum\Functional

Code

protected static $modules = [
  'taxonomy',
  'comment',
  'forum',
  'node',
  'block',
  'menu_ui',
  'help',
];