public static property CommentTestBase::$modules

Same name in this branch

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

drupal/core/modules/views/lib/Drupal/views/Tests/Comment/CommentTestBase.php, line 22
Definition of Drupal\views\Tests\Comment\CommentTestBase.

Class

CommentTestBase
Tests the argument_comment_user_uid handler.

Namespace

Drupal\views\Tests\Comment

Code

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