public static function FeedsMapperEmfieldTestCase::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_mapper_emfield.test \FeedsMapperEmfieldTestCase::getInfo()
File
- tests/
feeds_mapper_emfield.test, line 15
Class
- FeedsMapperEmfieldTestCase
- Class for testing Feeds <em>emfield</em> mapper.
Code
public static function getInfo() {
return array(
'name' => t('Mapper: Emfield'),
'description' => t('Test Feeds Mapper support for Emfield CCK fields. <strong>Requires CCK module and Emfield module</strong>.'),
'group' => t('Feeds'),
);
}