You are here

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

File

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

Class

ParserIcalDateModuleLocationCase
Class for testing iCal (date api) location mapping.

Code

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