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