function UserRoleAdminTestCase::getInfo

File

modules/user/user.test, line 2561

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',
  );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.