You are here

public function FeedsWebTestCase::absolutePath in Feeds 6

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

Get the absolute directory path of the feeds module.

12 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.
FeedsMapperContentTaxonomyTestCase::test in tests/feeds_mapper_content_taxonomy.test
Basic test loading a single entry CSV file.

... See full list

File

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