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