public function FeedsExamplesFeedTestCase::setUp in Feeds 8.2
Same name and namespace in other branches
- 6 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::setUp()
- 7.2 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::setUp()
- 7 feeds_news/feeds_news.test \FeedsExamplesFeedTestCase::setUp()
File
- feeds_news/
feeds_news.test, line 21 - Tests for feeds_news feature.
Class
- FeedsExamplesFeedTestCase
- Test Feed configuration.
Code
public function setUp() {
parent::setUp(array(
'features',
'views',
'feeds_news',
));
}