protected property BlockAttributesTestCase::$permissions in Block Attributes 7
Permissions required by the user to perform the tests.
Type: array
File
- ./block_attributes.test, line 39 
- Test the Block Attributes module.
Class
- BlockAttributesTestCase
- Provides common functionality for the Block Attributes test classes.
Code
protected $permissions = array(
  'administer blocks',
  'administer block attributes',
);