You are here

public static function FeedsMapperConfigTestCase::getInfo in Feeds 7.2

File

tests/feeds_mapper_config.test, line 16
Contains FeedsMapperConfigTestCase.

Class

FeedsMapperConfigTestCase
Test cases for Feeds mapping configuration form.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Config',
    'description' => 'Test the mapper configuration UI.',
    'group' => 'Feeds',
  );
}