public function ParserIcalCreatorLocationCase::configureParser in iCal feed parser 7.2
Set and configure the parser plugin.
Overrides ParserIcalLocationTestCase::configureParser
1 call to ParserIcalCreatorLocationCase::configureParser()
- ParserIcalCreatorLocationCase::testLocationAlt in tests/
parser_ical_location.test - Test location altrep. Only present in iCalCreator.
File
- tests/
parser_ical_location.test, line 121 - Test case for CCK ical date field text mapper.
Class
- ParserIcalCreatorLocationCase
- Class for testing iCal (iCalCreator) location mapping.
Code
public function configureParser() {
$this
->setPlugin('ical', 'ParserIcalCreator');
}