You are here

public static function FeedsMapperFileTestCase::getInfo in Feeds 7.2

File

tests/feeds_mapper_file.test, line 16
Contains FeedsMapperFileTestCase.

Class

FeedsMapperFileTestCase
Test case for Filefield mapper mappers/filefield.inc.

Code

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