public static function FeedsExamplesFeedTestCase::getInfo in Feeds 8.2
Same name and namespace in other branches
- 6 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
- 7.2 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
- 7 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
File
- feeds_news/
feeds_news.test, line 12 - Tests for feeds_news feature.
Class
- FeedsExamplesFeedTestCase
- Test Feed configuration.
Code
public static function getInfo() {
return array(
'name' => 'Feature: Feed',
'description' => 'Test "Feed" default configuration.',
'group' => 'Feeds',
'dependencies' => array(
'features',
'views',
),
);
}