You are here

protected function FeedsExCommonTrait::resourcesPath in Feeds extensible parsers 8

Returns the absolute directory path of the resources folder.

Return value

string The absolute path to the resources folder.

File

tests/src/Traits/FeedsExCommonTrait.php, line 48

Class

FeedsExCommonTrait
Provides methods useful for Kernel and Functional tests.

Namespace

Drupal\Tests\feeds_ex\Traits

Code

protected function resourcesPath() {
  return $this
    ->absolutePath() . '/tests/resources';
}