diff options
Diffstat (limited to 'modules/blog')
-rw-r--r-- | modules/blog/blog.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/blog/blog.test b/modules/blog/blog.test index 53d2febef..658640a9b 100644 --- a/modules/blog/blog.test +++ b/modules/blog/blog.test @@ -6,7 +6,7 @@ class BlogTestCase extends DrupalWebTestCase { protected $own_user; protected $any_user; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Blog functionality'), 'description' => t('Create, view, edit, delete, and change blog entries and verify its consistency in the database.'), |