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/trigger/trigger.test | |
parent | 5cc1704a3f23cdef051fbd74bb6532f4dc3800d4 (diff) | |
download | drupal-f40532da769cd1dd551a42bec64dbb1aff240099.tar.gz drupal-f40532da769cd1dd551a42bec64dbb1aff240099.zip |
#376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest.
Diffstat (limited to 'modules/trigger/trigger.test')
-rw-r--r-- | modules/trigger/trigger.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/trigger/trigger.test b/modules/trigger/trigger.test index 6067a956032..c51a140cb86 100644 --- a/modules/trigger/trigger.test +++ b/modules/trigger/trigger.test @@ -5,7 +5,7 @@ class TriggerContentTestCase extends DrupalWebTestCase { var $_cleanup_roles = array(); var $_cleanup_users = array(); - function getInfo() { + public static function getInfo() { return array( 'name' => t('Trigger content (node) actions'), 'description' => t('Perform various tests with content actions.') , |