function UserPasswordResetTestCase::getInfo

File

modules/user/user.test, line 499

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.