You are here

protected static property CommentStatusFieldAccessTest::$modules in Drupal 10

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

File

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

Class

CommentStatusFieldAccessTest
Tests comment status field access.

Namespace

Drupal\Tests\comment\Functional

Code

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