public static function CategorizeFeedItemTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 659 - Tests for aggregator.module.
Class
- CategorizeFeedItemTestCase
- Tests categorization functionality in the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Categorize feed item functionality',
'description' => 'Test feed item categorization.',
'group' => 'Aggregator',
);
}