You are here

public function FeedsWebTestCase::absolute in Feeds 7

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

Absolute path to Drupal root.

2 calls to FeedsWebTestCase::absolute()
FeedsWebTestCase::absolutePath in tests/feeds.test.inc
Get the absolute directory path of the feeds module.
FeedsWebTestCase::generateOPML in tests/feeds.test.inc
Generate an OPML test feed.

File

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

Class

FeedsWebTestCase
Test basic Data API functionality.

Code

public function absolute() {
  return realpath(getcwd());
}