You are here

public static function BlockAttributesPermissionTestCase::getInfo in Block Attributes 7

Implements DrupalWebTestCase::getInfo().

File

./block_attributes.test, line 261
Test the Block Attributes module.

Class

BlockAttributesPermissionTestCase
Test Block Attributes permissions.

Code

public static function getInfo() {
  return array(
    'name' => 'Administer block attributes permission',
    'description' => 'Test the permission added by the module to administer block attributes.',
    'group' => 'Block Attributes',
  );
}