You are here

public function FeedsSyndicationParserTestCase::setUp in Feeds 7

Same name and namespace in other branches
  1. 6 tests/feeds_parser_syndication.test \FeedsSyndicationParserTestCase::setUp()

Set up test.

Overrides DrupalWebTestCase::setUp

File

tests/feeds_parser_syndication.test, line 30
Tests for plugins/FeedsSyndicationParser.inc.

Class

FeedsSyndicationParserTestCase
Test single feeds.

Code

public function setUp() {
  parent::setUp('feeds', 'feeds_ui', 'ctools', 'job_scheduler', 'libraries');
  $this
    ->drupalLogin($this
    ->drupalCreateUser(array(
    'administer feeds',
    'administer nodes',
  )));
}