You are here

public static function FeedsMapperHookTestCase::getInfo in Feeds 7.2

File

tests/feeds_mapper_hooks.test, line 16
Contains FeedsMapperHookTestCase.

Class

FeedsMapperHookTestCase
Test case for the various callbacks implemented for mappers.

Code

public static function getInfo() {
  return array(
    'name' => 'Mapper: Hooks and callbacks',
    'description' => 'Test case for the various callbacks implemented for mappers.',
    'group' => 'Feeds',
  );
}