File
- drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/RemoveFeedItemTest.php, line 11
- Definition of Drupal\aggregator\Tests\RemoveFeedItemTest.
Class
- RemoveFeedItemTest
Namespace
Drupal\aggregator\Tests
Code
public static function getInfo() {
return array(
'name' => 'Remove feed item functionality',
'description' => 'Remove feed items from a feed.',
'group' => 'Aggregator',
);
}