function SecureSiteTypeFormUserFunctionalTest::getInfo in Secure Site 6.2
Same name and namespace in other branches
- 7.2 securesite.test \SecureSiteTypeFormUserFunctionalTest::getInfo()
Implementation of getInfo().
File
- ./
securesite.test, line 1498 - Tests for Secure Site module.
Class
- SecureSiteTypeFormUserFunctionalTest
- Functional tests for form authentication with user credentials.
Code
function getInfo() {
return array(
'name' => t('Form authentication: User credentials'),
'description' => t('Test HTML form authentication with user credentials.'),
'group' => t('Secure Site'),
);
}