public static function ParserIcalFeedsDateTestCase::getInfo in iCal feed parser 6.2
Same name and namespace in other branches
- 7 tests/parser_ical_feeds.test \ParserIcalFeedsDateTestCase::getInfo()
File
- tests/
parser_ical_feeds.test, line 133
Class
Code
public static function getInfo() {
return array(
'name' => t('Basic feeds integration'),
'description' => t('Test Feeds iCal parser support and date mapping. <strong>Requires Feeds and Date module.</strong>'),
'group' => t('iCal Parser'),
);
}