public static function HstsTestCase::getInfo in HTTP Strict Transport Security 6
File
- tests/
hsts.test, line 10 - Test cases for HSTS
Class
- HstsTestCase
- @file Test cases for HSTS
Code
public static function getInfo() {
return array(
'name' => t('HSTS tests'),
'description' => t('Test to ensure the Strict Transport Security headers are generated properly.'),
'group' => t('HSTS'),
);
}