public function ParserIcalCreatorLinkCase::configureParser in iCal feed parser 7.2
Set and configure the parser plugin.
Overrides ParserIcalLinkTestCase::configureParser
File
- tests/
parser_ical_link.test, line 100 - Test case for CCK ical date field text mapper.
Class
- ParserIcalCreatorLinkCase
- Class for testing iCal (iCalCreator) link and uid mapping.
Code
public function configureParser() {
$this
->setPlugin('ical', 'ParserIcalCreator');
}