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