You are here

public static function CCKFeedsMapperLocationTestCase::getInfo in Location Feeds 7

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

File

tests/location_feeds.cck.test, line 15

Class

CCKFeedsMapperLocationTestCase

Code

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