You are here

public static function GeoRSSFeedsMapperLocationTestCase::getInfo in Location Feeds 7

Same name and namespace in other branches
  1. 6 tests/location_feeds.georss.test \GeoRSSFeedsMapperLocationTestCase::getInfo()

File

tests/location_feeds.georss.test, line 15

Class

GeoRSSFeedsMapperLocationTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('GeoRSS Locations'),
    'description' => t('Test Feeds Mapper support for GeoRSS Locations.'),
    'group' => t('Location Feeds'),
  );
}