public static function FeedsMapperProfileTestCase::getInfo in Feeds 7.2
Same name and namespace in other branches
- 6 tests/feeds_mapper_profile.test \FeedsMapperProfileTestCase::getInfo()
- 7 tests/feeds_mapper_profile.test \FeedsMapperProfileTestCase::getInfo()
File
- tests/
feeds_mapper_profile.test, line 16 - Contains FeedsMapperProfileTestCase.
Class
- FeedsMapperProfileTestCase
- Test suite for profile mapper mappers/profile.inc.
Code
public static function getInfo() {
return array(
'name' => 'Mapper: Profile',
'description' => 'Test Feeds Mapper support for profile fields.',
'group' => 'Feeds',
);
}