CommentTypeTest::$permissions

Permissions to grant admin user.

Type: array

File

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

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',
];

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