function UserLoginTestCase::getInfo

File

modules/user/user.test, line 328

Class

UserLoginTestCase
Functional tests for user logins, including rate limiting of login attempts.

Code

public static function getInfo() {
    return array(
        'name' => 'User login',
        'description' => 'Ensure that login works as expected.',
        'group' => 'User',
    );
}

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