You are here

class ParserIcalCreatorTextCase in iCal feed parser 7.2

Class for testing iCal (iCalCreator) text mapping.

Hierarchy

Expanded class hierarchy of ParserIcalCreatorTextCase

File

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

View source
class ParserIcalCreatorTextCase extends ParserIcalTextTestCase {
  public static function getInfo() {
    return array(
      'name' => 'Text (iCalCreator)',
      'description' => 'Test text import support.',
      'group' => 'Parser iCal',
    );
  }
  public function configureParser() {
    $this
      ->setPlugin('ical', 'ParserIcalCreator');
  }

}

Members

Namesort descending Modifiers Type Description Overrides
ParserIcalCreatorTextCase::configureParser public function Set and configure the parser plugin. Overrides ParserIcalTextTestCase::configureParser
ParserIcalCreatorTextCase::getInfo public static function
ParserIcalFeedsTestCase::absolutePath public function
ParserIcalFeedsTestCase::setUp public function Set up the test. 2
ParserIcalTextTestCase::test function Basic test on simple ical file.