public static function FeedsMapperContentTaxonomyTestCase::getInfo in Feeds 6
File
- tests/
feeds_mapper_content_taxonomy.test, line 8
Class
- FeedsMapperContentTaxonomyTestCase
- Class for testing Feeds <em>content</em> mapper.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Content Taxonomy',
'description' => 'Test Feeds Mapper support for Content Taxonomy CCK fields.',
'group' => 'Feeds',
'dependencies' => array(
'content',
'content_taxonomy',
),
);
}