public static function FeedsCSVtoRelationsTest::getInfo in Relation 7
File
- relation_feeds/
tests/ relation.feeds_processor.test, line 17
Class
- FeedsCSVtoRelationsTest
- Test aggregating a feed as data records.
Code
public static function getInfo() {
return array(
'name' => 'Feeds CSV import to relations',
'description' => 'Tests a standalone import configuration that uses file fetcher and CSV parser to import relations from a CSV file.',
'group' => 'Relation',
);
}