function AggregatorConfigurationTestCase::getInfo

File

modules/aggregator/aggregator.test, line 317

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.