Implements hook_hook_info().
function module_test_hook_info() { $hooks['test_hook'] = array( 'group' => 'file', ); return $hooks; }