You are here

public static property ForumTest::$modules in Zircon Profile 8

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

Modules to enable.

Type: array

File

core/modules/forum/src/Tests/ForumTest.php, line 33
Contains \Drupal\forum\Tests\ForumTest.

Class

ForumTest
Create, view, edit, delete, and change forum entries and verify its consistency in the database.

Namespace

Drupal\forum\Tests

Code

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