You are here

public function FeedsWebTestBase::absolute in Feeds 8.2

Absolute path to Drupal root.

1 call to FeedsWebTestBase::absolute()
FeedsWebTestBase::absolutePath in lib/Drupal/feeds/Tests/FeedsWebTestBase.php
Get the absolute directory path of the feeds module.

File

lib/Drupal/feeds/Tests/FeedsWebTestBase.php, line 120
Common functionality for all Feeds tests.

Class

FeedsWebTestBase
Test basic Data API functionality.

Namespace

Drupal\feeds\Tests

Code

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