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