diff options
Diffstat (limited to 'modules/tracker/tracker.test')
-rw-r--r-- | modules/tracker/tracker.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tracker/tracker.test b/modules/tracker/tracker.test index ba917fa80..4063b16b4 100644 --- a/modules/tracker/tracker.test +++ b/modules/tracker/tracker.test @@ -6,7 +6,7 @@ class TrackerTest extends DrupalWebTestCase { protected $other_user; protected $new_node; - function getInfo() { + public static function getInfo() { return array( 'name' => t('Tracker'), 'description' => t('Create nodes and check for their display in the tracker listings.'), |