public static property CommentTestBase::$modules

Same name in this branch

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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

Class

CommentTestBase
Tests the argument_comment_user_uid handler.

Namespace

Drupal\comment\Tests\Views

Code

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