public static function AggregatorConfigurationTestCase::getInfo

Archivo

drupal-7.x/modules/aggregator/aggregator.test, line 313
Tests for aggregator.module.

Class

AggregatorConfigurationTestCase
Tests functionality of the configuration settings in the Aggregator module.

Código

public static function getInfo() {
  return array(
    'name' => 'Aggregator configuration',
    'description' => 'Test aggregator settings page.',
    'group' => 'Aggregator',
  );
}