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