public static property ForumIndexTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumIndexTest.php, line 22
Definition of Drupal\forum\Tests\ForumIndexTest.

Class

ForumIndexTest
Tests the forum index listing.

Namespace

Drupal\forum\Tests

Code

public static $modules = array(
  'taxonomy',
  'comment',
  'forum',
);