public static function FeedsRSStoNodesTest::getInfo in Feeds 7.2
Same name and namespace in other branches
- 6 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
- 7 tests/feeds_processor_node.test \FeedsRSStoNodesTest::getInfo()
File
- tests/
feeds_processor_node.test, line 16 - Tests for plugins/FeedsNodeProcessor.inc.
Class
- FeedsRSStoNodesTest
- Test aggregating a feed as node items.
Code
public static function getInfo() {
return array(
'name' => 'Processor: Node',
'description' => 'Tests for the node processor.',
'group' => 'Feeds',
);
}