You are here

public function FeedsExamplesOPMLTestCase::setUp in Feeds 7.2

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

Enable feeds_news feature.

Overrides FeedsWebTestCase::setUp

File

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

Class

FeedsExamplesOPMLTestCase
Test OPML import configuration.

Code

public function setUp() {
  parent::setUp(array(
    'feeds_news',
  ));
}