public static function RemoveFeedTest::getInfo

File

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

Class

RemoveFeedTest

Namespace

Drupal\aggregator\Tests

Code

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