public static function UpdateFeedItemTestCase::getInfo

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

File

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

Class

UpdateFeedItemTestCase
Tests functionality of updating a feed item in the Aggregator module.

Code

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