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