Skip to content

Commit

Permalink
by Dave Reid: Updated for getInfo() in tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
davereid committed Apr 25, 2009
1 parent bcd0895 commit 57f6b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feedburner.test
Expand Up @@ -10,7 +10,7 @@
* Test basic functionality.
*/
class FeedBurnerTestCase extends DrupalWebTestCase {
function getInfo() {
public static function getInfo() {
return array(
'name' => t('FeedBurner functionality'),
'description' => t('Test basic FeedBurner module functionality.'),
Expand Down Expand Up @@ -161,7 +161,7 @@ class FeedBurnerTestCase extends DrupalWebTestCase {
* Test administration functionality.
*/
class FeedBurnerAdminTestCase extends DrupalWebTestCase {
function getInfo() {
public static function getInfo() {
return array(
'name' => t('FeedBurner administration'),
'description' => t('Test FeedBurner module administration.'),
Expand Down

0 comments on commit 57f6b8d

Please sign in to comment.