You are here

public static function UserLoginTestCase::getInfo in Drupal 7

File

modules/user/user.test, line 316
Tests for user.module.

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