You are here

protected property CommentTypeTest::$permissions in Drupal 9

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

Permissions to grant admin user.

Type: array

File

core/modules/comment/tests/src/Functional/CommentTypeTest.php, line 37

Class

CommentTypeTest
Ensures that comment type functions work correctly.

Namespace

Drupal\Tests\comment\Functional

Code

protected $permissions = [
  'administer comments',
  'administer comment fields',
  'administer comment types',
];