You are here

function SecureSiteTypeFormGuestFunctionalTest::getInfo in Secure Site 6.2

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

Implementation of getInfo().

File

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

Class

SecureSiteTypeFormGuestFunctionalTest
Functional tests for form authentication with guest credentials.

Code

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