File
- drupal/core/modules/aggregator/lib/Drupal/aggregator/Tests/FeedParserTest.php, line 14
- Definition of Drupal\aggregator\Tests\FeedParserTest.
Class
- FeedParserTest
- Tests for feed parsing.
Namespace
Drupal\aggregator\Tests
Code
public static function getInfo() {
return array(
'name' => 'Feed parser functionality',
'description' => 'Test the built-in feed parser with valid feed samples.',
'group' => 'Aggregator',
);
}