public static function UpdateFeedTest::getInfo

File

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

Class

UpdateFeedTest

Namespace

Drupal\aggregator\Tests

Code

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