public static function FeedsMapperFileFieldTestCase::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_mapper_filefield.test \FeedsMapperFileFieldTestCase::getInfo()
File
- tests/
feeds_mapper_filefield.test, line 19
Class
- FeedsMapperFileFieldTestCase
- Class for testing Feeds FileField mapper.
Code
public static function getInfo() {
return array(
'name' => t('Mapper: FileField'),
'description' => t('Test Feeds Mapper support for FileField CCK fields. <strong>Requires CCK and filefield module; requires SimplePie library</strong>.'),
'group' => t('Feeds'),
);
}