public static function FeedsMapperNodeSummaryTestCase::getInfo in Feeds 7.2
File
- tests/
feeds_mapper_summary.test, line 16 - Contains FeedsMapperNodeSummaryTestCase.
Class
- FeedsMapperNodeSummaryTestCase
- Test case for mapping to node summary.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Text with summary',
'description' => 'Test Feeds Mapper support for text with summary fields.',
'group' => 'Feeds',
);
}