BlockContentListViewsTest::$permissions

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

Permissions to grant admin user.

Type: array

Overrides BlockContentTestBase::$permissions

File

core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php, line 37

Class

BlockContentListViewsTest
Tests the Views-powered 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.