You are here

public static function RoleDelegationOperationsTestCase::getInfo in Role Delegation 7

File

./role_delegation.test, line 203
Tests for the Role Delegation module.

Class

RoleDelegationOperationsTestCase
Functional tests for operations.

Code

public static function getInfo() {
  return array(
    'name' => t('Operations'),
    'description' => t('Check that role assignment bulk operations are available and work as intended.'),
    'group' => t('Role Delegation'),
  );
}