public static function UserLoginTest::getInfo

File

drupal/core/modules/user/lib/Drupal/user/Tests/UserLoginTest.php, line 17
Definition of Drupal\user\Tests\UserLoginTest.

Class

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

Namespace

Drupal\user\Tests

Code

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