public static function UserFeedsMapperLocationTestCase::getInfo in Location Feeds 7
Same name and namespace in other branches
- 6 tests/location_feeds.user.test \UserFeedsMapperLocationTestCase::getInfo()
File
- tests/
location_feeds.user.test, line 14
Class
Code
public static function getInfo() {
return array(
'name' => t('User Locations'),
'description' => t('Test Feeds Mapper support for User Location.'),
'group' => t('Location Feeds'),
);
}