You are here

public function FeedsExamplesFastFeedTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 6 feeds_fast_news/feeds_fast_news.test \FeedsExamplesFastFeedTestCase::getInfo()

Describe this test.

File

feeds_fast_news/feeds_fast_news.test, line 34
Tests for feeds_fast_news feature.

Class

FeedsExamplesFastFeedTestCase
Test Feed fast configuration.

Code

public function getInfo() {
  return array(
    'name' => t('Feature: Fast feed'),
    'description' => t('Test "Fast feed" default configuration <strong>Requires Data, Features and Views.</strong>'),
    'group' => t('Feeds'),
  );
}