public static function HttpResponseHeadersTestCase::getInfo in HTTP Response Headers 7
Test case meta information.
Return value
array An array of test case details.
File
- ./
http_response_headers.test, line 17 - Tests for http_response_headers.module.
Class
- HttpResponseHeadersTestCase
- @file Tests for http_response_headers.module.
Code
public static function getInfo() {
return array(
'name' => 'Http Response Headers functionality test',
'description' => 'Add, edit and delete HTTP header rule.',
'group' => 'HTTP response headers',
);
}