public static property ForumTest::$modules

Modules to enable.

Type: array

File

drupal/core/modules/forum/lib/Drupal/forum/Tests/ForumTest.php, line 23
Tests for forum.module.

Class

ForumTest
Provides automated tests for the Forum module.

Namespace

Drupal\forum\Tests

Code

public static $modules = array(
  'taxonomy',
  'comment',
  'forum',
  'node',
  'block',
  'menu',
  'help',
);