function SecureSiteTypeBasicGuestUnsetFunctionalTest::getInfo in Secure Site 6.2
Same name and namespace in other branches
- 7.2 securesite.test \SecureSiteTypeBasicGuestUnsetFunctionalTest::getInfo()
Implementation of getInfo().
File
- ./
securesite.test, line 1311 - Tests for Secure Site module.
Class
- SecureSiteTypeBasicGuestUnsetFunctionalTest
- Functional tests for basic authentication with guest credentials unset.
Code
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'),
);
}