You are here

public static function FeedsExamplesFastFeedTestCase::getInfo in Feeds 6

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

File

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

Class

FeedsExamplesFastFeedTestCase
Test Feed fast configuration.

Code

public static function getInfo() {
  return array(
    'name' => 'Feature: Fast feed',
    'description' => 'Test "Fast feed" default configuration.',
    'group' => 'Feeds',
    'dependencies' => array(
      'data',
      'features',
      'views',
    ),
  );
}