You are here

public static property CommentTestBase::$modules in Views (for Drupal 7) 8.3

Modules to enable.

Type: array

Overrides ViewTestBase::$modules

File

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',
);