public function FeedsExamplesOPMLTestCase::setUp in Feeds 6
Same name and namespace in other branches
- 8.2 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::setUp()
- 7.2 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::setUp()
- 7 feeds_news/feeds_news.test \FeedsExamplesOPMLTestCase::setUp()
Set up test.
Overrides FeedsWebTestCase::setUp
File
- feeds_news/
feeds_news.test, line 98 - Tests for feeds_news feature.
Class
- FeedsExamplesOPMLTestCase
- Test OPML import configuration.
Code
public function setUp() {
parent::setUp('feeds', 'feeds_ui', 'ctools', 'job_scheduler', 'feeds_news');
$this
->drupalLogin($this
->drupalCreateUser(array(
'administer feeds',
'administer nodes',
)));
}