From 6df0c99d530e9e5f59a67eb9bdc4723dc3347d49 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 7 Sep 2010 23:17:47 +0000 Subject: - Patch #891084 by solotandem: FeedParserTestCase: add 'public static' modifiers to getInfo() method. --- modules/aggregator/aggregator.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/aggregator/aggregator.test') diff --git a/modules/aggregator/aggregator.test b/modules/aggregator/aggregator.test index 296de0677..252740a6e 100644 --- a/modules/aggregator/aggregator.test +++ b/modules/aggregator/aggregator.test @@ -814,7 +814,7 @@ class AggregatorRenderingTestCase extends AggregatorTestCase { * Tests for feed parsing. */ class FeedParserTestCase extends AggregatorTestCase { - function getInfo() { + public static function getInfo() { return array( 'name' => 'Feed parser functionality', 'description' => 'Test the built-in feed parser with valid feed samples.', -- cgit v1.2.3