You are here

protected property BlockClassTestCase::$permissions in Block Class 7

Same name and namespace in other branches
  1. 7.2 block_class.test \BlockClassTestCase::permissions

Permissions required by the user to perform the tests.

Type: array

File

./block_class.test, line 35
Test the Block Class module.

Class

BlockClassTestCase
Provides common functionality for the Block Class test classes.

Code

protected $permissions = array(
  'administer blocks',
  'administer block classes',
);