public static function UserAuthmapAssignmentTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 2725 - 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',
);
}