You are here

function this_is_not_a_menu_hook in Coder 5

Same name and namespace in other branches
  1. 5.2 tests/coder_6x.inc \this_is_not_a_menu_hook()

File

tests/coder_6x.inc, line 3

Code

function this_is_not_a_menu_hook() {
  $items = array();
  $items[] = array();

  // this should not generate an error
  return $items;
}