Index: modules/node/node.test =================================================================== RCS file: /cvs/drupal/drupal/modules/node/node.test,v retrieving revision 1.30 diff -u -r1.30 node.test --- modules/node/node.test 5 Jun 2009 19:22:58 -0000 1.30 +++ modules/node/node.test 6 Jun 2009 09:34:11 -0000 @@ -806,7 +806,7 @@ * Tests related to node types. */ class NodeTypeTestCase extends DrupalWebTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => t('Node types'), 'description' => t('Ensures that node type functions work correctly.'), @@ -838,7 +838,7 @@ * Rebuild the node_access table. */ class NodeAccessRebuildTestCase extends DrupalWebTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => t('Node access rebuild'), 'description' => t('Ensures that node access rebuild functions work correctly.'),