BlockContentTypeTest::$permissions

Permissions to grant admin user.

Type: array

Overrides BlockContentTestBase::$permissions

File

core/modules/block_content/tests/src/Functional/BlockContentTypeTest.php, line 35

Class

BlockContentTypeTest
Ensures that block type functions work correctly.

Namespace

Drupal\Tests\block_content\Functional

Code

protected $permissions = [
  'administer block content',
  'administer blocks',
  'administer block_content fields',
  'administer block types',
  'administer block content',
  'access block library',
];

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