function this_is_not_a_menu_hook in Coder 5.2
Same name and namespace in other branches
- 5 tests/coder_6x.inc \this_is_not_a_menu_hook()
@file This file implements tests for the Drupal 6.x upgrade.
It is never actually called by the coder code, but is read when running admin/coder/coder
File
- tests/
coder_6x.inc, line 11 - This file implements tests for the Drupal 6.x upgrade.
Code
function this_is_not_a_menu_hook() {
$items = array();
$items[] = array();
// This should not generate an error.
return $items;
}