You are here

public static function FeedsFileHTTPTestCase::getInfo in Feeds 7.2

File

tests/feeds_fetcher_http.test, line 16
Contains FeedsFileHTTPTestCase.

Class

FeedsFileHTTPTestCase
HTTP fetcher test class.

Code

public static function getInfo() {
  return array(
    'name' => 'Fetcher: HTTP',
    'description' => 'Tests for file http fetcher plugin.',
    'group' => 'Feeds',
  );
}