You are here

public function ParserIcalCreatorDateTestCase::configureParser in iCal feed parser 7.2

Set and configure the parser plugin.

Overrides ParserIcalDateTestCase::configureParser

File

tests/parser_ical_date.test, line 288
Test case for CCK ical date field text mapper.

Class

ParserIcalCreatorDateTestCase

Code

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