You are here

public function FeedsExamplesOPMLTestCase::getInfo in Feeds 7

Same name and namespace in other branches
  1. 8.2 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::getInfo()
  2. 6 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::getInfo()
  3. 7.2 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::getInfo()

Describe this test.

File

feeds_news/feeds_news.test, line 122
Tests for feeds_news feature.

Class

FeedsExamplesOPMLTestCase
Test OPML import configuration.

Code

public function getInfo() {
  return array(
    'name' => t('Feature: OPML import'),
    'description' => t('Test "OPML import" default configuration.'),
    'group' => t('Feeds'),
  );
}