You are here

public function FeedsCSVtoUsersTest::getInfo in Feeds 7

Same name and namespace in other branches
  1. 6 tests/feeds_processor_user.test \FeedsCSVtoUsersTest::getInfo()
  2. 7.2 tests/feeds_processor_user.test \FeedsCSVtoUsersTest::getInfo()

Describe this test.

File

tests/feeds_processor_user.test, line 19
Tests for plugins/FeedsUserProcessor.inc

Class

FeedsCSVtoUsersTest
Test aggregating a feed as data records.

Code

public function getInfo() {
  return array(
    'name' => t('CSV import to users'),
    'description' => t('Tests a standalone import configuration that uses file fetcher and CSV parser to import users from a CSV file.'),
    'group' => t('Feeds'),
  );
}