You are here

function FeedAPI_Aggregator_Tests::get_info in FeedAPI 5

File

feedapi_aggregator/tests/feedapi_aggregator.module.test, line 9

Class

FeedAPI_Aggregator_Tests
Class for testing feedapi_aggregator. It also tests FeedAPI and Common Syndication Parser.

Code

function get_info() {
  return array(
    'name' => 'FeedAPI Aggregator basic functions',
    'desc' => "Refresh a feed and find out if it's okay. Uses Common Syndication Parser for parsing and downloading.",
    'group' => 'FeedAPI',
  );
}