You are here

public function ParserCSVTest::absolutePath in Feeds 8.2

Absolute path to feeds.

2 calls to ParserCSVTest::absolutePath()
ParserCSVTest::_testBatching in lib/Drupal/feeds/Tests/ParserCSVTest.php
Test batching.
ParserCSVTest::_testSimple in lib/Drupal/feeds/Tests/ParserCSVTest.php
Simple test of parsing functionality.

File

lib/Drupal/feeds/Tests/ParserCSVTest.php, line 94
Tests for ParserCSV library.

Class

ParserCSVTest
Test aggregating a feed as node items.

Namespace

Drupal\feeds\Tests

Code

public function absolutePath() {
  return DRUPAL_ROOT . '/' . drupal_get_path('module', 'feeds');
}