diff --git a/tests/simplenews_statistics.test b/tests/simplenews_statistics.test index 33673ae..8f7736e 100644 --- a/tests/simplenews_statistics.test +++ b/tests/simplenews_statistics.test @@ -15,7 +15,7 @@ class SimplenewsStatisticsTestCase extends SimplenewsTestCase { /** * Implementation of getInfo(). */ - function getInfo() { + public static function getInfo() { return array( 'name' => t('Simplenews Statistics'), 'description' => t('Tests newsletter statistic procedures for the simplenews module.'),