You are here

public static function SecureSiteTypeFormGuestFunctionalTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteTypeFormGuestFunctionalTest
Functional tests for form authentication with guest credentials.

Code

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