You are here

public static function DMSFeedsMapperLocationTestCase::getInfo in Location Feeds 6

Same name and namespace in other branches
  1. 7 tests/location_feeds.dms.test \DMSFeedsMapperLocationTestCase::getInfo()

File

tests/location_feeds.dms.test, line 15

Class

DMSFeedsMapperLocationTestCase

Code

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