You are here

public static property ForumIndexTest::$modules in Drupal 8

Same name and namespace in other branches
  1. 9 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

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