public static function RemoveFeedTestCase::getInfo

7.x aggregator.test public static RemoveFeedTestCase::getInfo()

File

drupal-7.x/modules/aggregator/aggregator.test, line 499
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'
  );
}