public static function UserAuthmapAssignmentTestCase::getInfo

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

File

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

Class

UserAuthmapAssignmentTestCase
Unit test for authmap assignment.

Code

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