BlockContentTestBase::$permissions

Permissions to grant admin user.

Type: array

File

core/modules/block_content/tests/src/Functional/Views/BlockContentTestBase.php, line 27

Class

BlockContentTestBase
Base class for all block_content tests.

Namespace

Drupal\Tests\block_content\Functional\Views

Code

protected $permissions = [
  'administer blocks',
];

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