You are here

public function FeedsCSVtoTermsTest::setUp in Feeds 7

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

Set up test.

Overrides DrupalWebTestCase::setUp

File

tests/feeds_processor_term.test, line 30
Tests for plugins/FeedsTermProcessor.inc

Class

FeedsCSVtoTermsTest
Test aggregating a feed as data records.

Code

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