You are here

public function FeedsCSVtoRelationsTest::absolutePath in Relation 7

Get the absolute directory path of the relation module.

2 calls to FeedsCSVtoRelationsTest::absolutePath()
FeedsCSVtoRelationsTest::testSymmetricRelations in relation_feeds/tests/relation.feeds_processor.test
Test relation creation, refreshing/deleting feeds and feed items.
FeedsCSVtoRelationsTest::testUniqueEndpoints in relation_feeds/tests/relation.feeds_processor.test
Test unique endpoints setting

File

relation_feeds/tests/relation.feeds_processor.test, line 182

Class

FeedsCSVtoRelationsTest
Test aggregating a feed as data records.

Code

public function absolutePath() {
  return $this
    ->absolute() . '/' . drupal_get_path('module', 'relation_feeds');
}