public static function FeedsMapperContentTestCase::getInfo in Feeds 6
Same name and namespace in other branches
- 7 tests/feeds_mapper_content.test \FeedsMapperContentTestCase::getInfo()
File
- tests/
feeds_mapper_content.test, line 13 - Test case for simple CCK field mapper mappers/content.inc.
Class
- FeedsMapperContentTestCase
- Class for testing Feeds <em>content</em> mapper.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Content',
'description' => 'Test Feeds Mapper support for CCK fields.',
'group' => 'Feeds',
'dependencies' => array(
'content',
),
);
}