You are here

public static function ParserIcalFeedsLocationTestCase::getInfo in iCal feed parser 6.2

Same name and namespace in other branches
  1. 7 tests/parser_ical_feeds.test \ParserIcalFeedsLocationTestCase::getInfo()

File

tests/parser_ical_feeds.test, line 193

Class

ParserIcalFeedsLocationTestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Location'),
    'description' => t('Location parsing and mapping. <strong>Requires Feeds, Date, CCK Text (and in the future geo) module.</strong>'),
    'group' => t('iCal Parser'),
  );
}