You are here

public static function FeedAPIOPMLTestsCase::getInfo in FeedAPI 6

Implementation of getInfo().

File

tests/feedapi_opml.test, line 13

Class

FeedAPIOPMLTestsCase
Class for testing FeedAPI OPML support.

Code

public static function getInfo() {
  return array(
    'name' => t('FeedAPI OPML support'),
    'description' => t('Tests both OPML import and export functionality.'),
    'group' => t('FeedAPI'),
  );
}