You are here

public static function SecureSiteTypeBasicGuestUnsetFunctionalTest::getInfo in Secure Site 7.2

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

Implements getInfo().

File

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

Class

SecureSiteTypeBasicGuestUnsetFunctionalTest
Functional tests for basic authentication with guest credentials unset.

Code

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