You are here

public static property CommentViewKernelTestBase::$modules in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/comment/src/Tests/Views/CommentViewKernelTestBase.php \Drupal\comment\Tests\Views\CommentViewKernelTestBase::modules

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/comment/src/Tests/Views/CommentViewKernelTestBase.php, line 24
Contains \Drupal\comment\Tests\Views\CommentViewKernelTestBase.

Class

CommentViewKernelTestBase
Provides a common test base for comment views tests.

Namespace

Drupal\comment\Tests\Views

Code

public static $modules = [
  'comment_test_views',
  'user',
  'comment',
];