You are here

public function FeedsWebTestCase::absolutePath in Feeds 7

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

Get the absolute directory path of the feeds module.

9 calls to FeedsWebTestCase::absolutePath()
FeedsCSVtoTermsTest::test in tests/feeds_processor_term.test
Test node creation, refreshing/deleting feeds and feed items.
FeedsCSVtoUsersTest::test in tests/feeds_processor_user.test
Test node creation, refreshing/deleting feeds and feed items.
FeedsExamplesNodeTestCase::test in feeds_import/feeds_import.test
Run tests.
FeedsExamplesUserTestCase::test in feeds_import/feeds_import.test
Run tests.
FeedsMapperContentTestCase::test in tests/feeds_mapper_content.test
Basic test loading a doulbe entry CSV file.

... See full list

File

tests/feeds.test.inc, line 39
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');
}