You are here

public static function FeedsHooksTestCase::getInfo in Feeds 7.2

File

tests/feeds_hooks.test, line 16
Contains FeedsHooksTestCase.

Class

FeedsHooksTestCase
Tests for hooks invoked by Feeds not related to mapping.

Code

public static function getInfo() {
  return array(
    'name' => 'Hooks',
    'description' => 'Tests for hooks invoked by Feeds not related to mapping.',
    'group' => 'Feeds',
  );
}