You are here

class ParserIcalDateModuleTextCase in iCal feed parser 7.2

Class for testing iCal (date api) text mapping.

Hierarchy

Expanded class hierarchy of ParserIcalDateModuleTextCase

File

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

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

}

Members

Namesort descending Modifiers Type Description Overrides
ParserIcalDateModuleTextCase::configureParser public function Set and configure the parser plugin. Overrides ParserIcalTextTestCase::configureParser
ParserIcalDateModuleTextCase::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.