public function ParserCSVTest::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/parser_csv.test \ParserCSVTest::getInfo()
- 7.2 tests/parser_csv.test \ParserCSVTest::getInfo()
Describe this test.
File
- tests/
parser_csv.test, line 19 - Tests for ParserCSV library.
Class
- ParserCSVTest
- Test aggregating a feed as node items.
Code
public function getInfo() {
return array(
'name' => t('CSV Parser unit tests'),
'description' => t('Base level test for Feeds\' built in CSV parser.'),
'group' => t('Feeds'),
);
}