You are here

public static function ParserIcalFeedsDateTestCase::getInfo in iCal feed parser 6.2

Same name and namespace in other branches
  1. 7 tests/parser_ical_feeds.test \ParserIcalFeedsDateTestCase::getInfo()

File

tests/parser_ical_feeds.test, line 133

Class

ParserIcalFeedsDateTestCase

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'),
  );
}