public static function UpdateFeedTest::getInfo

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/UpdateFeedTest.php, line 14
Definition of Drupal\aggregator\Tests\UpdateFeedTest.

Class

UpdateFeedTest
Tests functionality of updating the feed in the Aggregator module.

Namespace

Drupal\aggregator\Tests

Code

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