| 10 |
* Test basic functionality. |
* Test basic functionality. |
| 11 |
*/ |
*/ |
| 12 |
class FeedBurnerTestCase extends DrupalWebTestCase { |
class FeedBurnerTestCase extends DrupalWebTestCase { |
| 13 |
function getInfo() { |
public static function getInfo() { |
| 14 |
return array( |
return array( |
| 15 |
'name' => t('FeedBurner functionality'), |
'name' => t('FeedBurner functionality'), |
| 16 |
'description' => t('Test basic FeedBurner module functionality.'), |
'description' => t('Test basic FeedBurner module functionality.'), |
| 161 |
* Test administration functionality. |
* Test administration functionality. |
| 162 |
*/ |
*/ |
| 163 |
class FeedBurnerAdminTestCase extends DrupalWebTestCase { |
class FeedBurnerAdminTestCase extends DrupalWebTestCase { |
| 164 |
function getInfo() { |
public static function getInfo() { |
| 165 |
return array( |
return array( |
| 166 |
'name' => t('FeedBurner administration'), |
'name' => t('FeedBurner administration'), |
| 167 |
'description' => t('Test FeedBurner module administration.'), |
'description' => t('Test FeedBurner module administration.'), |