summaryrefslogtreecommitdiff
path: root/modules/dblog/dblog.test
diff options
context:
space:
mode:
Diffstat (limited to 'modules/dblog/dblog.test')
-rw-r--r--modules/dblog/dblog.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/dblog/dblog.test b/modules/dblog/dblog.test
index 3022586e8..2e5aadd05 100644
--- a/modules/dblog/dblog.test
+++ b/modules/dblog/dblog.test
@@ -5,7 +5,7 @@ class DBLogTestCase extends DrupalWebTestCase {
protected $big_user;
protected $any_user;
- function getInfo() {
+ public static function getInfo() {
return array(
'name' => t('DBLog functionality'),
'description' => t('Generate events and verify dblog entries; verify user access to log reports based on persmissions.'),