public static function UserPasswordResetTestCase::getInfo

File

drupal/modules/user/user.test, line 460
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',
  );
}