public function ParserCSVTest::test in Feeds 6
Same name and namespace in other branches
- 7.2 tests/parser_csv.test \ParserCSVTest::test()
- 7 tests/parser_csv.test \ParserCSVTest::test()
Test method.
File
- tests/
parser_csv.test, line 28 - Tests for ParserCSV library.
Class
- ParserCSVTest
- Test aggregating a feed as node items.
Code
public function test() {
drupal_load('module', 'feeds');
feeds_include_library('ParserCSV.inc', 'ParserCSV');
$this
->_testSimple();
$this
->_testBatching();
}