public function FeedsSyndicationParserTestCase::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_parser_syndication.test \FeedsSyndicationParserTestCase::getInfo()
- 7.2 tests/feeds_parser_syndication.test \FeedsSyndicationParserTestCase::getInfo()
Describe this test.
File
- tests/
feeds_parser_syndication.test, line 19 - Tests for plugins/FeedsSyndicationParser.inc.
Class
- FeedsSyndicationParserTestCase
- Test single feeds.
Code
public function getInfo() {
return array(
'name' => t('Syndication parsers'),
'description' => t('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' => t('Feeds'),
);
}