public function UcAddressesFeedsTest::absolute in Ubercart Addresses 7
Absolute path to Drupal root.
1 call to UcAddressesFeedsTest::absolute()
- UcAddressesFeedsTest::absolutePath in tests/
uc_addresses.feeds.test - Get the absolute directory path of the uc_addresses module.
File
- tests/
uc_addresses.feeds.test, line 164 - Test for Feeds integration.
Class
- UcAddressesFeedsTest
- Test aggregating a feed as address records.
Code
public function absolute() {
return realpath(getcwd());
}