You are here

public static function ParserIcalCreatorTextCase::getInfo in iCal feed parser 7.2

File

tests/parser_ical_text.test, line 80
Test case for CCK ical date field text mapper.

Class

ParserIcalCreatorTextCase
Class for testing iCal (iCalCreator) text mapping.

Code

public static function getInfo() {
  return array(
    'name' => 'Text (iCalCreator)',
    'description' => 'Test text import support.',
    'group' => 'Parser iCal',
  );
}