Index: schema_regression.test
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/schema/tests/schema_regression.test,v
retrieving revision 1.1.2.1
diff -u -r1.1.2.1 schema_regression.test
--- schema_regression.test	3 Aug 2009 21:04:01 -0000	1.1.2.1
+++ schema_regression.test	17 Sep 2010 19:16:54 -0000
@@ -7,7 +7,7 @@
  */
 
 class SchemaRegressionTest extends DrupalWebTestCase {
-  function getInfo() {
+  public static function getInfo() {
     return array(
       'name' => t('Schema Regression Tests'),
       'description' => t('Schema Regression Tests'),

