You are here

public static function RoleDelegationRoleEditingTestCase::getInfo in Role Delegation 7

File

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

Class

RoleDelegationRoleEditingTestCase
Functional tests for editing roles.

Code

public static function getInfo() {
  return array(
    'name' => t('Role editing'),
    'description' => t('Check that role assignment permissions are updated correctly when roles are renamed or deleted.'),
    'group' => t('Role Delegation'),
  );
}