public static function RemoveFeedItemTestCase::getInfo

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

File

drupal-7.x/modules/aggregator/aggregator.test, line 590
Tests for aggregator.module.

Class

RemoveFeedItemTestCase

Code

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