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