Index: tests/coder_6x.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_6x.test,v
retrieving revision 1.1.2.9.2.1
diff -u -p -r1.1.2.9.2.1 coder_6x.test
--- tests/coder_6x.test	1 Oct 2008 20:10:49 -0000	1.1.2.9.2.1
+++ tests/coder_6x.test	24 May 2009 23:47:51 -0000
@@ -6,7 +6,7 @@ class CoderUpgrade6xTest extends CoderTe
     parent::__construct('upgrade6x', $id);
   }
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder Upgrade 6.x Tests'),
       'description' => t('Tests for the coder upgrade6x review.'),
Index: tests/coder_comment.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_comment.test,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 coder_comment.test
--- tests/coder_comment.test	24 May 2009 23:43:25 -0000	1.1.2.2
+++ tests/coder_comment.test	24 May 2009 23:47:51 -0000
@@ -12,7 +12,7 @@ class CoderCommentTest extends CoderTest
     parent::__construct('comment', $id);
   }
 
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder Comment Style Tests'),
       'description' => t('Tests for the coder commenting standards review.'),
Index: tests/coder_i18n.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_i18n.test,v
retrieving revision 1.1.2.5.2.2
diff -u -p -r1.1.2.5.2.2 coder_i18n.test
--- tests/coder_i18n.test	29 Sep 2008 19:29:58 -0000	1.1.2.5.2.2
+++ tests/coder_i18n.test	24 May 2009 23:47:51 -0000
@@ -6,7 +6,7 @@ class CoderI18NTest extends CoderTestCas
     parent::__construct('i18n', $id);
   }
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder I18N Tests'),
       'description' => t('Tests for the coder I18N review.'),
Index: tests/coder_security.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_security.test,v
retrieving revision 1.1.2.8
diff -u -p -r1.1.2.8 coder_security.test
--- tests/coder_security.test	27 Sep 2008 16:59:57 -0000	1.1.2.8
+++ tests/coder_security.test	24 May 2009 23:47:51 -0000
@@ -6,7 +6,7 @@ class CoderSecurityTest extends CoderTes
     parent::__construct('security', $id);
   }
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder Security Tests'),
       'description' => t('Tests for the coder security review.'),
Index: tests/coder_sql.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_sql.test,v
retrieving revision 1.1.2.7.2.1
diff -u -p -r1.1.2.7.2.1 coder_sql.test
--- tests/coder_sql.test	1 Oct 2008 20:33:19 -0000	1.1.2.7.2.1
+++ tests/coder_sql.test	24 May 2009 23:47:51 -0000
@@ -6,7 +6,7 @@ class CoderSQLTest extends CoderTestCase
     parent::__construct('sql', $id);
   }
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder SQL Tests'),
       'description' => t('Tests for the coder SQL review.'),
Index: tests/coder_style.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/coder/tests/Attic/coder_style.test,v
retrieving revision 1.7.2.3
diff -u -p -r1.7.2.3 coder_style.test
--- tests/coder_style.test	20 May 2009 13:01:32 -0000	1.7.2.3
+++ tests/coder_style.test	24 May 2009 23:47:51 -0000
@@ -6,7 +6,7 @@ class CoderStyleTest extends CoderTestCa
     parent::__construct('style', $id);
   }
   
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Coder Style Tests'),
       'description' => t('Tests for the coder style review.'),
