You are here

public static function FeedsCSVtoUsersTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsCSVtoUsersTest.php, line 14
Tests for plugins/FeedsUserProcessor.inc

Class

FeedsCSVtoUsersTest
Test aggregating a feed as data records.

Namespace

Drupal\feeds\Tests

Code

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