You are here

public static function HttpResponseHeadersUITestCase::getInfo in HTTP Response Headers 7

Test case meta information.

Return value

array An array of test case details.

File

modules/http_response_headers_ui/http_response_headers_ui.test, line 17
Tests for http_response_headers_ui.module.

Class

HttpResponseHeadersUITestCase
@file Tests for http_response_headers_ui.module.

Code

public static function getInfo() {
  return array(
    'name' => 'Http Response Headers UI test',
    'description' => 'Add, edit and delete HTTP header rule.',
    'group' => 'HTTP response headers',
  );
}