public static function UserRolesAssignmentTestCase::getInfo

7.x user.test public static UserRolesAssignmentTestCase::getInfo()

File

drupal-7.x/modules/user/user.test, line 2178
Tests for user.module.

Class

UserRolesAssignmentTestCase
Test role assignment.

Code

public static function getInfo() {
  return array(
    'name' => 'Role assignment',
    'description' => 'Tests that users can be assigned and unassigned roles.',
    'group' => 'User'
  );
}