public static function ParserIcalFeedsLocationTestCase::getInfo in iCal feed parser 6.2
Same name and namespace in other branches
- 7 tests/parser_ical_feeds.test \ParserIcalFeedsLocationTestCase::getInfo()
File
- tests/
parser_ical_feeds.test, line 193
Class
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'),
);
}