You are here

public function ParserIcalDateModuleLinkCase::configureParser in iCal feed parser 7.2

Set and configure the parser plugin.

Overrides ParserIcalLinkTestCase::configureParser

File

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

Class

ParserIcalDateModuleLinkCase
Class for testing iCal (date api) link and uid mapping.

Code

public function configureParser() {
  $this
    ->setPlugin('ical', 'ParserIcalDateModule');
}