You are here

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

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

Modules to enable.

Type: array

File

core/modules/forum/src/Tests/ForumBlockTest.php, line 25
Contains \Drupal\forum\Tests\ForumBlockTest.

Class

ForumBlockTest
Tests the forum blocks.

Namespace

Drupal\forum\Tests

Code

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