public function ParserCSVTest::absolutePath in Feeds 6
Same name and namespace in other branches
- 7.2 tests/parser_csv.test \ParserCSVTest::absolutePath()
- 7 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 81 - Tests for ParserCSV library.
Class
- ParserCSVTest
- Test aggregating a feed as node items.
Code
public function absolutePath() {
return realpath(getcwd()) . '/' . drupal_get_path('module', 'feeds');
}