public static function AddFeedTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 349 - Tests for aggregator.module.
Class
- AddFeedTestCase
- Tests adding aggregator feeds.
Code
public static function getInfo() {
return array(
'name' => 'Add feed functionality',
'description' => 'Add feed test.',
'group' => 'Aggregator',
);
}