public static function UserRoleAdminTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 2408 - Tests for user.module.
Class
- UserRoleAdminTestCase
- Test case to test adding, editing and deleting roles.
Code
public static function getInfo() {
return array(
'name' => 'User role administration',
'description' => 'Test adding, editing and deleting user roles and changing role weights.',
'group' => 'User',
);
}