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/blog | |
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/blog')
-rw-r--r-- | modules/blog/blog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 53d2febef..658640a9b 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -6,7 +6,7 @@ class BlogTestCase extends DrupalWebTestCase { protected $own_user; protected $any_user; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Blog functionality'), 'description' => t('Create, view, edit, delete, and change blog entries and verify its consistency in the database.'), |