You are here

protected property BlockContentTypeTest::$permissions in Acquia Content Hub 8

Permissions to grant admin user.

Type: array

Overrides BlockContentTestBase::$permissions

File

tests/src/Functional/BlockContentTypeTest.php, line 31

Class

BlockContentTypeTest
Create a block and test block markup by attempting to view the block.

Namespace

Drupal\Tests\acquia_contenthub\Functional

Code

protected $permissions = [
  'administer blocks',
  'administer acquia content hub',
];