public function ParserIcalFeedsTestCase::absolutePath in iCal feed parser 6.2
Same name and namespace in other branches
- 7.2 tests/parser_ical.test \ParserIcalFeedsTestCase::absolutePath()
- 7 tests/parser_ical_feeds.test \ParserIcalFeedsTestCase::absolutePath()
Get the absolute directory path of the feeds module.
Overrides FeedsWebTestCase::absolutePath
2 calls to ParserIcalFeedsTestCase::absolutePath()
- ParserIcalFeedsDateTestCase::testBasicFeed in tests/
parser_ical_feeds.test - Basic test using Basic.ics
- ParserIcalFeedsLocationTestCase::testLocationFeed in tests/
parser_ical_feeds.test - Basic test using Location.ics
File
- tests/
parser_ical_feeds.test, line 19
Class
- ParserIcalFeedsTestCase
- Class for testing Feeds <em>content</em> mapper.
Code
public function absolutePath() {
return $this
->absolute() . '/' . drupal_get_path('module', 'parser_ical');
}