You are here

public static function BlockClassPermissionTestCase::getInfo in Block Class 7

Same name and namespace in other branches
  1. 7.2 block_class.test \BlockClassPermissionTestCase::getInfo()

Implements DrupalWebTestCase::getInfo().

File

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

Class

BlockClassPermissionTestCase
Test Block Class permissions.

Code

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