public static function FeedsMapperTaxonomyTestCase::getInfo in Feeds 7.2
Same name and namespace in other branches
- 6 tests/feeds_mapper_taxonomy.test \FeedsMapperTaxonomyTestCase::getInfo()
- 7 tests/feeds_mapper_taxonomy.test \FeedsMapperTaxonomyTestCase::getInfo()
File
- tests/
feeds_mapper_taxonomy.test, line 16 - Contains FeedsMapperTaxonomyTestCase.
Class
- FeedsMapperTaxonomyTestCase
- Test case for taxonomy mapper mappers/taxonomy.inc.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Taxonomy',
'description' => 'Test Feeds Mapper support for Taxonomy.',
'group' => 'Feeds',
);
}