You are here

public static function SecureSiteTypeFormNoneFunctionalTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteTypeFormNoneFunctionalTest
Functional test for form authentication without credentials.

Code

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