function DrupalHTTPRequestTestCase::getInfo

File

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

Class

DrupalHTTPRequestTestCase
Test drupal_http_request().

Code

public static function getInfo() {
  return array(
    'name' => 'Drupal HTTP request',
    'description' => "Performs tests on Drupal's HTTP request mechanism.",
    'group' => 'System',
  );
}

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