public function ParserCSVTest::absolutePath in Feeds 7
Same name and namespace in other branches
- 6 tests/parser_csv.test \ParserCSVTest::absolutePath()
- 7.2 tests/parser_csv.test \ParserCSVTest::absolutePath()
Absolute path to feeds.
2 calls to ParserCSVTest::absolutePath()
- ParserCSVTest::_testBatching in tests/
parser_csv.test - Test batching.
- ParserCSVTest::_testSimple in tests/
parser_csv.test - Simple test of parsing functionality.
File
- tests/
parser_csv.test, line 83 - Tests for ParserCSV library.
Class
- ParserCSVTest
- Test aggregating a feed as node items.
Code
public function absolutePath() {
return DRUPAL_ROOT . '/' . drupal_get_path('module', 'feeds');
}