public static function ParserIcalCreatorLinkCase::getInfo in iCal feed parser 7.2
File
- tests/
parser_ical_link.test, line 92 - Test case for CCK ical date field text mapper.
Class
- ParserIcalCreatorLinkCase
- Class for testing iCal (iCalCreator) link and uid mapping.
Code
public static function getInfo() {
return array(
'name' => 'Link & UID (iCalCreator)',
'description' => 'Test link and uid import support.',
'group' => 'Parser iCal',
);
}