function RemoveFeedTestCase::getInfo

File

modules/aggregator/aggregator.test, line 531

Class

RemoveFeedTestCase
Tests functionality for removing feeds in the Aggregator module.

Code

public static function getInfo() {
    return array(
        'name' => 'Remove feed functionality',
        'description' => 'Remove feed test.',
        'group' => 'Aggregator',
    );
}

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