function DrupalHTTPResponseStatusLineTest::getInfo

File

modules/simpletest/tests/common.test, line 1330

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',
    );
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.