public static property CommentBlockTest::$modules

Modules to enable.

Type: array

Overrides CommentTestBase::$modules

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentBlockTest.php, line 20
Definition of Drupal\comment\Tests\CommentBlockTest.

Class

CommentBlockTest
Tests the Comment module blocks.

Namespace

Drupal\comment\Tests

Code

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