You are here

public static function FeedsHTTPRequestTestCase::getInfo in Feeds 7.2

File

tests/http_request.test, line 16
Tests for http_request.inc.

Class

FeedsHTTPRequestTestCase
Tests for the http library.

Code

public static function getInfo() {
  return array(
    'name' => 'HTTP library',
    'description' => 'Tests for Feeds HTTP library.',
    'group' => 'Feeds',
  );
}