BlockContentListTest::$permissions

Same name in other branches
  1. 11.x core/modules/block_content/tests/src/Functional/BlockContentListTest.php \Drupal\Tests\block_content\Functional\BlockContentListTest::permissions

Permissions to grant admin user.

Type: array

Overrides BlockContentTestBase::$permissions

File

core/modules/block_content/tests/src/Functional/BlockContentListTest.php, line 39

Class

BlockContentListTest
Tests the listing of content blocks.

Namespace

Drupal\Tests\block_content\Functional

Code

protected $permissions = [
    'administer blocks',
    'access block library',
    'create basic block content',
    'edit any basic block content',
    'delete any basic block content',
    'translate configuration',
];

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