You are here

protected function FeedsUnitTestCase::absolutePath in Feeds 8.3

Returns the absolute directory path of the Feeds module.

Return value

string The absolute path to the Feeds module.

1 call to FeedsUnitTestCase::absolutePath()
FeedsUnitTestCase::resourcesPath in tests/src/Unit/FeedsUnitTestCase.php
Returns the absolute directory path of the resources folder.

File

tests/src/Unit/FeedsUnitTestCase.php, line 35

Class

FeedsUnitTestCase
Base class for Feeds unit tests.

Namespace

Drupal\Tests\feeds\Unit

Code

protected function absolutePath() {
  return dirname(dirname(dirname(__DIR__)));
}