class ParserIcalDateModuleTextCase in iCal feed parser 7.2
Class for testing iCal (date api) text mapping.
Hierarchy
- class \ParserIcalFeedsTestCase extends \FeedsMapperTestCase
- class \ParserIcalTextTestCase
- class \ParserIcalDateModuleTextCase
- class \ParserIcalTextTestCase
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
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParserIcalDateModuleTextCase:: |
public | function |
Set and configure the parser plugin. Overrides ParserIcalTextTestCase:: |
|
ParserIcalDateModuleTextCase:: |
public static | function | ||
ParserIcalFeedsTestCase:: |
public | function | ||
ParserIcalFeedsTestCase:: |
public | function | Set up the test. | 2 |
ParserIcalTextTestCase:: |
function | Basic test on simple ical file. |