From f40532da769cd1dd551a42bec64dbb1aff240099 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Tue, 31 Mar 2009 01:49:55 +0000 Subject: #376129 by boombatower, Damien Tournoud, and chx: Change getInfo() to a static method to reduce memory footprint of SimpleTest. --- modules/upload/upload.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/upload/upload.test') diff --git a/modules/upload/upload.test b/modules/upload/upload.test index b95ff78f8..9c2956c9d 100644 --- a/modules/upload/upload.test +++ b/modules/upload/upload.test @@ -2,7 +2,7 @@ // $Id$ class UploadTestCase extends DrupalWebTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => t('Upload functionality'), 'description' => t('Check content uploaded to nodes.'), -- cgit v1.2.3