You are here

public function FeedsCSVtoUsersTest::setUp in Feeds 7

Same name and namespace in other branches
  1. 7.2 tests/feeds_processor_user.test \FeedsCSVtoUsersTest::setUp()

Set up test.

Overrides DrupalWebTestCase::setUp

File

tests/feeds_processor_user.test, line 30
Tests for plugins/FeedsUserProcessor.inc

Class

FeedsCSVtoUsersTest
Test aggregating a feed as data records.

Code

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