diff options
Diffstat (limited to 'modules/menu/menu.test')
-rw-r--r-- | modules/menu/menu.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/menu/menu.test b/modules/menu/menu.test index 6a41627c7..d0647bb0f 100644 --- a/modules/menu/menu.test +++ b/modules/menu/menu.test @@ -7,7 +7,7 @@ class MenuTestCase extends DrupalWebTestCase { protected $menu; protected $items; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Menu link creation/deletion'), 'description' => t('Add a custom menu, add menu links to the custom menu and Navigation menu, check their data, and delete them using the menu module UI.'), |