class ParserIcalDateModuleLinkCase in iCal feed parser 7.2
Class for testing iCal (date api) link and uid mapping.
Hierarchy
- class \ParserIcalFeedsTestCase extends \FeedsMapperTestCase
- class \ParserIcalLinkTestCase
- class \ParserIcalDateModuleLinkCase
- class \ParserIcalLinkTestCase
Expanded class hierarchy of ParserIcalDateModuleLinkCase
File
- tests/
parser_ical_link.test, line 74 - Test case for CCK ical date field text mapper.
View source
class ParserIcalDateModuleLinkCase extends ParserIcalLinkTestCase {
public static function getInfo() {
return array(
'name' => 'Link & UID (date api)',
'description' => 'Test link and uid import support.',
'group' => 'Parser iCal',
);
}
public function configureParser() {
$this
->setPlugin('ical', 'ParserIcalDateModule');
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
ParserIcalDateModuleLinkCase:: |
public | function |
Set and configure the parser plugin. Overrides ParserIcalLinkTestCase:: |
|
ParserIcalDateModuleLinkCase:: |
public static | function | ||
ParserIcalFeedsTestCase:: |
public | function | ||
ParserIcalLinkTestCase:: |
public | function |
Set up the test. Overrides ParserIcalFeedsTestCase:: |
|
ParserIcalLinkTestCase:: |
function | Basic test on simple ical file. |