public function UcAddressesFeedsTest::absolutePath in Ubercart Addresses 7
Get the absolute directory path of the uc_addresses module.
1 call to UcAddressesFeedsTest::absolutePath()
- UcAddressesFeedsTest::test in tests/uc_addresses.feeds.test 
- Test address creation.
File
- tests/uc_addresses.feeds.test, line 171 
- Test for Feeds integration.
Class
- UcAddressesFeedsTest
- Test aggregating a feed as address records.
Code
public function absolutePath() {
  return $this
    ->absolute() . '/' . drupal_get_path('module', 'uc_addresses');
}