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