You are here

protected property BlockContentTypeTest::$permissions in Zircon Profile 8

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

Permissions to grant admin user.

Type: array

Overrides BlockContentTestBase::$permissions

File

core/modules/block_content/src/Tests/BlockContentTypeTest.php, line 32
Contains \Drupal\block_content\Tests\BlockContentTypeTest.

Class

BlockContentTypeTest
Ensures that custom block type functions work correctly.

Namespace

Drupal\block_content\Tests

Code

protected $permissions = array(
  'administer blocks',
  'administer block_content fields',
);