You are here

public static property CommentTestBase::$modules in Zircon Profile 8.0

Same name in this branch
  1. 8.0 core/modules/comment/src/Tests/CommentTestBase.php \Drupal\comment\Tests\CommentTestBase::modules
  2. 8.0 core/modules/comment/src/Tests/Views/CommentTestBase.php \Drupal\comment\Tests\Views\CommentTestBase::modules
Same name and namespace in other branches
  1. 8 core/modules/comment/src/Tests/Views/CommentTestBase.php \Drupal\comment\Tests\Views\CommentTestBase::modules

Modules to install.

Type: array

Overrides ViewTestBase::$modules

File

core/modules/comment/src/Tests/Views/CommentTestBase.php, line 26
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(
  'node',
  'comment',
  'comment_test_views',
);