You are here

public function FeedsWebTestCase::absolutePath in Feeds 7.2

Same name and namespace in other branches
  1. 6 tests/feeds.test \FeedsWebTestCase::absolutePath()
  2. 7 tests/feeds.test.inc \FeedsWebTestCase::absolutePath()

Get the absolute directory path of the feeds module.

96 calls to FeedsWebTestCase::absolutePath()
FeedsCSVParserTestCase::testEncodingFailure in tests/feeds_parser_csv.test
Tests an encoding failure during parsing a CSV.
FeedsCSVParserTestCase::testMbstringExtensionDisabled in tests/feeds_parser_csv.test
Tests parsing a CSV when the mbstring extension is not available.
FeedsCSVtoTermsTest::test in tests/feeds_processor_term.test
Test term creation, refreshing/deleting feeds and feed items.
FeedsCSVtoTermsTest::testInvalidVocabulary in tests/feeds_processor_term.test
Test that saving an invalid vocabulary throws an exception.
FeedsCSVtoTermsTest::testParentTargetByGUID in tests/feeds_processor_term.test
Tests that terms mapped to their parent by GUID are from the same vocabulary.

... See full list

File

tests/feeds.test, line 142
Common functionality for all Feeds tests.

Class

FeedsWebTestCase
Test basic Data API functionality.

Code

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