CommentFieldNameTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php \Drupal\Tests\comment\Kernel\Views\CommentFieldNameTest::modules
  2. 10 core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php \Drupal\Tests\comment\Kernel\Views\CommentFieldNameTest::modules
  3. 11.x core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php \Drupal\Tests\comment\Kernel\Views\CommentFieldNameTest::modules

Type: modules

Overrides KernelTestBase::$modules

File

core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php, line 32

Class

CommentFieldNameTest
Tests the comment field name field.

Namespace

Drupal\Tests\comment\Kernel\Views

Code

protected static $modules = [
    'comment',
    'comment_test_views',
    'field',
    'filter',
    'node',
    'system',
    'text',
    'user',
    'views',
];

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.