public static function RemoveFeedTestCase::getInfo

File

drupal/modules/aggregator/aggregator.test, line 527
Tests for aggregator.module.

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