public static function UserAuthmapAssignmentTestCase::getInfo

Archivo

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

Class

UserAuthmapAssignmentTestCase
Unit test for authmap assignment.

Código

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