You are here

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

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

Modules to install.

Type: array

Overrides CommentTestBase::$modules

File

core/modules/comment/src/Tests/CommentBlockTest.php, line 25
Contains \Drupal\comment\Tests\CommentBlockTest.

Class

CommentBlockTest
Tests comment block functionality.

Namespace

Drupal\comment\Tests

Code

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