public static property CommentUserNameTest::$modules in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\ViewsCode
public static $modules = [
'user',
'comment',
'entity_test',
];