public static property CommentTestBase::$modules

Same name in this branch

Modules to enable.

Type: array

File

drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTestBase.php, line 23
Contains Drupal\comment\Tests\CommentTestBase.

Class

CommentTestBase
Provides setup and helper methods for comment tests.

Namespace

Drupal\comment\Tests

Code

public static $modules = array(
  'comment',
  'node',
  'history',
);