public function FeedsCSVtoTermsTest::getInfo in Feeds 7
Same name and namespace in other branches
- 6 tests/feeds_processor_term.test \FeedsCSVtoTermsTest::getInfo()
- 7.2 tests/feeds_processor_term.test \FeedsCSVtoTermsTest::getInfo()
Describe this test.
File
- tests/
feeds_processor_term.test, line 19 - Tests for plugins/FeedsTermProcessor.inc
Class
- FeedsCSVtoTermsTest
- Test aggregating a feed as data records.
Code
public function getInfo() {
return array(
'name' => t('CSV import to taxonomy'),
'description' => t('Tests a standalone import configuration that uses file fetcher and CSV parser to import taxonomy terms from a CSV file.'),
'group' => t('Feeds'),
);
}