You are here

public static function FeedsMapperFileTest::getInfo in Feeds 8.2

File

lib/Drupal/feeds/Tests/FeedsMapperFileTest.php, line 26
Test case for Filefield mapper mappers/filefield.inc.

Class

FeedsMapperFileTest
Class for testing Feeds file mapper.

Namespace

Drupal\feeds\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: File',
    'description' => 'Test Feeds Mapper support for file fields.',
    'group' => 'Feeds',
  );
}