| 7 user.test | public static UserAuthmapAssignmentTestCase::getInfo() |
| 8 user.test | public static UserAuthmapAssignmentTestCase::getInfo() |
File
- modules/
user/ user.test, line 2142 - Tests for user.module.
Code
public static function getInfo() {
return array(
'name' => t('Authmap assignment'),
'description' => t('Tests that users can be assigned and unassigned authmaps.'),
'group' => t('User'),
);
}
Login or register to post comments