You are here

public function ParserIcalCreatorTextCase::configureParser in iCal feed parser 7.2

Set and configure the parser plugin.

Overrides ParserIcalTextTestCase::configureParser

File

tests/parser_ical_text.test, line 88
Test case for CCK ical date field text mapper.

Class

ParserIcalCreatorTextCase
Class for testing iCal (iCalCreator) text mapping.

Code

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