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