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