public static function UserPasswordResetTestCase::getInfo in Drupal 7
File
- modules/
user/ user.test, line 487 - Tests for user.module.
Class
- UserPasswordResetTestCase
- Tests resetting a user password.
Code
public static function getInfo() {
return array(
'name' => 'Reset password',
'description' => 'Ensure that password reset methods work as expected.',
'group' => 'User',
);
}