public static function AggregatorConfigurationTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/AggregatorConfigurationTest.php, line 14
Definition of Drupal\aggregator\Tests\AggregatorConfigurationTest.

Class

AggregatorConfigurationTest
Tests aggregator configuration settings.

Namespace

Drupal\aggregator\Tests

Code

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