public static function AggregatorConfigurationTestCase::getInfo in Drupal 7
File
- modules/
aggregator/ aggregator.test, line 317 - Tests for aggregator.module.
Class
- AggregatorConfigurationTestCase
- Tests functionality of the configuration settings in the Aggregator module.
Code
public static function getInfo() {
return array(
'name' => 'Aggregator configuration',
'description' => 'Test aggregator settings page.',
'group' => 'Aggregator',
);
}