You are here

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

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

Modules to enable.

Type: array

Overrides ViewKernelTestBase::$modules

File

core/modules/comment/src/Tests/Views/CommentUserNameTest.php, line 34
Contains \Drupal\comment\Tests\Views\CommentUserNameTest.

Class

CommentUserNameTest
Tests comment user name field

Namespace

Drupal\comment\Tests\Views

Code

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