You are here

public function ParserIcalLinkTestCase::setUp in iCal feed parser 7.2

Set up the test.

Overrides ParserIcalFeedsTestCase::setUp

File

tests/parser_ical_link.test, line 15
Test case for CCK ical date field text mapper.

Class

ParserIcalLinkTestCase
Common class for testing ical parsers link and guid mapping.

Code

public function setUp() {
  parent::setUp('link');
}