You are here

public function FeedsExamplesFeedTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
  2. 6 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::getInfo()
  3. 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'),
  );
}