You are here

public static function FeedsSyndicationParserTestCase::getInfo in Feeds 6

Same name and namespace in other branches
  1. 7.2 tests/feeds_parser_syndication.test \FeedsSyndicationParserTestCase::getInfo()
  2. 7 tests/feeds_parser_syndication.test \FeedsSyndicationParserTestCase::getInfo()

File

tests/feeds_parser_syndication.test, line 13
Tests for plugins/FeedsSyndicationParser.inc.

Class

FeedsSyndicationParserTestCase
Test single feeds.

Code

public static function getInfo() {
  return array(
    'name' => 'Syndication parsers',
    'description' => 'Regression tests for syndication parsers Common syndication and SimplePie. Tests parsers against a set of feeds in the context of Feeds module. <strong>Requires SimplePie parser to be configured correctly.</strong>',
    'group' => 'Feeds',
    'dependencies' => array(
      'libraries',
    ),
  );
}