public static function AggregatorConfigurationTestCase::getInfo

File

drupal/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',
  );
}