File
- drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedFetcherPluginTest.php, line 17
- Contains \Drupal\aggregator\Tests\FeedFetcherPluginTest.
Class
- FeedFetcherPluginTest
- Tests feed fetching in the Aggregator module.
Namespace
Drupal\aggregator\Tests
Code
public static function getInfo() {
return array(
'name' => 'Feed fetcher plugins',
'description' => 'Test the fetcher plugins functionality and discoverability.',
'group' => 'Aggregator',
);
}