You are here

public function ParserIcalDateModuleLocationCase::configureParser in iCal feed parser 7.2

Set and configure the parser plugin.

Overrides ParserIcalLocationTestCase::configureParser

File

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

Class

ParserIcalDateModuleLocationCase
Class for testing iCal (date api) location mapping.

Code

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