public static function HttpRequestTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Common/HttpRequestTest.php, line 25
Definition of Drupal\system\Tests\Common\HttpRequestTest.

Class

HttpRequestTest
Tests drupal_http_request().

Namespace

Drupal\system\Tests\Common

Code

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