You are here

class ParserIcalCreatorLinkCase in iCal feed parser 7.2

Class for testing iCal (iCalCreator) link and uid mapping.

Hierarchy

Expanded class hierarchy of ParserIcalCreatorLinkCase

File

tests/parser_ical_link.test, line 91
Test case for CCK ical date field text mapper.

View source
class ParserIcalCreatorLinkCase extends ParserIcalLinkTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Link & UID (iCalCreator)',
      'description' => 'Test link and uid import support.',
      'group' => 'Parser iCal',
    );
  }
  public function configureParser() {
    $this
      ->setPlugin('ical', 'ParserIcalCreator');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ParserIcalCreatorLinkCase::configureParser public function Set and configure the parser plugin. Overrides ParserIcalLinkTestCase::configureParser
ParserIcalCreatorLinkCase::getInfo public static function
ParserIcalFeedsTestCase::absolutePath public function
ParserIcalLinkTestCase::setUp public function Set up the test. Overrides ParserIcalFeedsTestCase::setUp
ParserIcalLinkTestCase::test function Basic test on simple ical file.