You are here

public function ParserIcalCreatorCategoriesCase::configureParser in iCal feed parser 7.2

Set and configure the parser plugin.

Overrides ParserIcalCategoriesTestCase::configureParser

File

tests/parser_ical_categories.test, line 118
Test case for CCK ical categories mapper.

Class

ParserIcalCreatorCategoriesCase
Class for testing iCal (iCalCreator) categories mapping.

Code

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