You are here

protected static property ForumIndexTest::$modules in Drupal 9

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

Modules to enable.

Type: array

Overrides BrowserTestBase::$modules

File

core/modules/forum/tests/src/Functional/ForumIndexTest.php, line 19

Class

ForumIndexTest
Tests the forum index listing.

Namespace

Drupal\Tests\forum\Functional

Code

protected static $modules = [
  'taxonomy',
  'comment',
  'forum',
];