You are here

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

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

Modules to enable.

Type: array

Overrides FieldFieldAccessTestBase::$modules

File

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

Class

CommentViewsFieldAccessTest
Tests base field access in Views for the comment entity.

Namespace

Drupal\comment\Tests\Views

Code

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