public static function FeedsRSStoNodesTest::getInfo in Feeds 6
Same name and namespace in other branches
- 7.2 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
- 7 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
File
- tests/
feeds_processor_node.test, line 14 - Tests for plugins/FeedsNodeProcessor.inc.
Class
- FeedsRSStoNodesTest
- Test aggregating a feed as node items.
Code
public static function getInfo() {
return array(
'name' => 'RSS import to nodes',
'description' => 'Tests a feed configuration that is attached to a content type, uses HTTP fetcher, common syndication parser and a node processor. Repeats the same test for an importer configuration that is not attached to a content type and for a configuration that is attached to a content type and uses the file fetcher.',
'group' => 'Feeds',
);
}