public static function DrupalHTTPResponseStatusLineTest::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 1238 - Tests for common.inc functionality.
Class
- DrupalHTTPResponseStatusLineTest
- Tests parsing of the HTTP response status line.
Code
public static function getInfo() {
return array(
'name' => 'Drupal HTTP request response status parsing',
'description' => 'Perform unit tests on _drupal_parse_response_status().',
'group' => 'System',
);
}