You are here

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

File

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

Class

ParserIcalDateModuleTextCase
Class for testing iCal (date api) text mapping.

Code

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