diff options
author | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-31 01:49:55 +0000 |
---|---|---|
committer | Angie Byron <webchick@24967.no-reply.drupal.org> | 2009-03-31 01:49:55 +0000 |
commit | f40532da769cd1dd551a42bec64dbb1aff240099 (patch) | |
tree | 988da5abd5f1604ea59cccea4747dc124cccfb95 /modules/menu | |
parent | 5cc1704a3f23cdef051fbd74bb6532f4dc3800d4 (diff) | |
download | brdo-f40532da769cd1dd551a42bec64dbb1aff240099.tar.gz brdo-f40532da769cd1dd551a42bec64dbb1aff240099.tar.bz2 |
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
Diffstat (limited to 'modules/menu')
-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.'), |