public function FeedsExamplesFeedTestCase::getInfo in Feeds 7
Same name and namespace in other branches
- 8.2 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
- 6 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
- 7.2 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
Describe this test.
File
- feeds_news/
feeds_news.test, line 34 - Tests for feeds_news feature.
Class
- FeedsExamplesFeedTestCase
- Test Feed configuration.
Code
public function getInfo() {
return array(
'name' => t('Feature: Feed'),
'description' => t('Test "Feed" default configuration. <strong>Requires Features.</strong>'),
'group' => t('Feeds'),
);
}