public static function DrupalHTTPRequestTestCase::getInfo in SimpleTest 7
File
- tests/
common.test, line 749 - Tests for common.inc functionality.
Class
Code
public static function getInfo() {
return array(
'name' => 'Drupal HTTP request',
'description' => "Performs tests on Drupal's HTTP request mechanism.",
'group' => 'System',
);
}