You are here

public static function LoginSecurityInterfaceTest::getInfo in Login Security 7

Same name and namespace in other branches
  1. 6 login_security.test \LoginSecurityInterfaceTest::getInfo()

File

./login_security.test, line 14
Test the basic functions of the Login Security module.

Class

LoginSecurityInterfaceTest
Test login_security interface.

Code

public static function getInfo() {
  return array(
    'name' => t('Login Security interface'),
    'description' => t("Test Login Security's web interface"),
    'group' => t('Login Security'),
  );
}