public function ParserCSVTest::absolutePath in Feeds 7.2
Same name and namespace in other branches
- 6 tests/parser_csv.test \ParserCSVTest::absolutePath()
- 7 tests/parser_csv.test \ParserCSVTest::absolutePath()
Absolute path to feeds.
4 calls to ParserCSVTest::absolutePath()
- ParserCSVTest::_testBatching in tests/
parser_csv.test - Test batching.
- ParserCSVTest::_testEncodingConversion in tests/
parser_csv.test - Simple test of encoding conversion prior to parsing.
- ParserCSVTest::_testEncodingConversionFailure in tests/
parser_csv.test - Simple test of failed encoding conversion prior to parsing.
- ParserCSVTest::_testSimple in tests/
parser_csv.test - Simple test of parsing functionality.
File
- tests/
parser_csv.test, line 139 - 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');
}