public static function DrupalHTTPRequestTestCase::getInfo in Drupal 7
File
- modules/
simpletest/ tests/ common.test, line 1104 - 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',
);
}