You are here

public static function SecureSiteTypeFormUserFunctionalTest::getInfo in Secure Site 7.2

Same name and namespace in other branches
  1. 6.2 securesite.test \SecureSiteTypeFormUserFunctionalTest::getInfo()

Implements getInfo().

File

./securesite.test, line 1536
Tests for Secure Site module.

Class

SecureSiteTypeFormUserFunctionalTest
Functional tests for form authentication with user credentials.

Code

public static function getInfo() {
  return array(
    'name' => t('Form authentication: User credentials'),
    'description' => t('Test HTML form authentication with user credentials.'),
    'group' => t('Secure Site'),
  );
}