public function FeedsRSStoNodesTest::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
- 7.2 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
Describe this test.
File
- tests/
feeds_processor_node.test, line 19 - Tests for plugins/FeedsNodeProcessor.inc.
Class
- FeedsRSStoNodesTest
- Test aggregating a feed as node items.
Code
public function getInfo() {
return array(
'name' => t('RSS import to nodes'),
'description' => t('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' => t('Feeds'),
);
}