public static function UserRoleAdminTestCase::getInfo

File

drupal/modules/user/user.test, line 2227
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',
  );
}