CommentStatusFieldAccessTest::$modules

Same name and namespace in other branches
  1. 9 core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php \Drupal\Tests\comment\Functional\CommentStatusFieldAccessTest::modules
  2. 8.9.x core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php \Drupal\Tests\comment\Functional\CommentStatusFieldAccessTest::modules
  3. 10 core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php \Drupal\Tests\comment\Functional\CommentStatusFieldAccessTest::modules

Type: modules

Overrides BrowserTestBase::$modules

File

core/modules/comment/tests/src/Functional/CommentStatusFieldAccessTest.php, line 47

Class

CommentStatusFieldAccessTest
Tests comment status field access.

Namespace

Drupal\Tests\comment\Functional

Code

protected static $modules = [
    'node',
    'comment',
    'user',
    'system',
    'text',
];

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