summaryrefslogtreecommitdiff
path: root/modules/forum
diff options
context:
space:
mode:
Diffstat (limited to 'modules/forum')
-rw-r--r--modules/forum/forum.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/forum/forum.test b/modules/forum/forum.test
index 82e6ff1e0..9dbfa3952 100644
--- a/modules/forum/forum.test
+++ b/modules/forum/forum.test
@@ -11,7 +11,7 @@ class ForumTestCase extends DrupalWebTestCase {
protected $root_forum;
protected $nids;
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('Forum functionality'),
'description' => t('Create, view, edit, delete, and change forum entries and verify its consistency in the database.'),