From bccd256d2f44e11fdb3c2951539b4a4a779969ac Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 6 Jun 2009 10:35:14 +0000 Subject: [PATCH] - Patch #482920 by Razorraser: made getInfo() static functions. --- modules/node/node.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/node/node.test b/modules/node/node.test index c478d2545ec..252ebbd3cd6 100644 --- a/modules/node/node.test +++ b/modules/node/node.test @@ -806,7 +806,7 @@ class NodeSaveTestCase extends DrupalWebTestCase { * 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 @@ class NodeTypeTestCase extends DrupalWebTestCase { * 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.'),