You are here

public function ParserIcalFeedsLocationTestCase::setUp in iCal feed parser 7

Same name and namespace in other branches
  1. 6.2 tests/parser_ical_feeds.test \ParserIcalFeedsLocationTestCase::setUp()

Set up the test.

Overrides ParserIcalFeedsTestCase::setUp

File

tests/parser_ical_feeds.test, line 188

Class

ParserIcalFeedsLocationTestCase

Code

public function setUp() {
  parent::setup('text');
}