You are here

public function FeedsWebTestCase::absolute in Feeds 7.2

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

Absolute path to Drupal root.

1 call to FeedsWebTestCase::absolute()
FeedsWebTestCase::absolutePath in tests/feeds.test
Get the absolute directory path of the feeds module.

File

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

Class

FeedsWebTestCase
Test basic Data API functionality.

Code

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