You are here

function FeedAPI_Node_Tests::get_info in FeedAPI 5

File

feedapi_node/tests/feedapi_node.module.test, line 11

Class

FeedAPI_Node_Tests
Class for testing feedapi_node. It also tests FeedAPI and SimplePie parsers.

Code

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