public function FeedsWebTestCase::absolute in Feeds 6
Same name and namespace in other branches
- 7.2 tests/feeds.test \FeedsWebTestCase::absolute()
- 7 tests/feeds.test.inc \FeedsWebTestCase::absolute()
Absolute path to Drupal root.
2 calls to FeedsWebTestCase::absolute()
- FeedsWebTestCase::absolutePath in tests/
feeds.test - Get the absolute directory path of the feeds module.
- FeedsWebTestCase::generateOPML in tests/
feeds.test - Generate an OPML test feed.
File
- tests/
feeds.test, line 64 - Common functionality for all Feeds tests.
Class
- FeedsWebTestCase
- Test basic Data API functionality.
Code
public function absolute() {
return realpath(getcwd());
}