You are here

public static property ForumIndexTest::$modules in Zircon Profile 8.0

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

Modules to enable.

Type: array

File

core/modules/forum/src/Tests/ForumIndexTest.php, line 24
Contains \Drupal\forum\Tests\ForumIndexTest.

Class

ForumIndexTest
Tests the forum index listing.

Namespace

Drupal\forum\Tests

Code

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