You are here

public function ParserIcalFeedsTestCase::absolutePath in iCal feed parser 7.2

Same name and namespace in other branches
  1. 6.2 tests/parser_ical_feeds.test \ParserIcalFeedsTestCase::absolutePath()
  2. 7 tests/parser_ical_feeds.test \ParserIcalFeedsTestCase::absolutePath()
6 calls to ParserIcalFeedsTestCase::absolutePath()
ParserIcalCategoriesTestCase::test in tests/parser_ical_categories.test
Categories test on simple ical file.
ParserIcalCreatorLocationCase::testLocationAlt in tests/parser_ical_location.test
Test location altrep. Only present in iCalCreator.
ParserIcalDateTestCase::testBasic in tests/parser_ical_date.test
Basic test.
ParserIcalLinkTestCase::test in tests/parser_ical_link.test
Basic test on simple ical file.
ParserIcalLocationTestCase::testLocation in tests/parser_ical_location.test
Basic test on simple ical file.

... See full list

File

tests/parser_ical.test, line 12
Test case for CCK ical date field text mapper.

Class

ParserIcalFeedsTestCase
Class for testing Feeds <em>content</em> mapper.

Code

public function absolutePath() {
  return $this
    ->absolute() . '/' . drupal_get_path('module', 'parser_ical');
}