You are here

protected property CommentTypeTest::$permissions in Zircon Profile 8

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

Permissions to grant admin user.

Type: array

File

core/modules/comment/src/Tests/CommentTypeTest.php, line 35
Contains \Drupal\comment\Tests\CommentTypeTest.

Class

CommentTypeTest
Ensures that comment type functions work correctly.

Namespace

Drupal\comment\Tests

Code

protected $permissions = array(
  'administer comments',
  'administer comment fields',
  'administer comment types',
);