You are here

public function FeedsJSONPathParserTestCase::setUp in Feeds JSONPath Parser 6

Same name and namespace in other branches
  1. 7 tests/feeds_jsonpath_parser.test \FeedsJSONPathParserTestCase::setUp()

Set up test.

Overrides FeedsWebTestCase::setUp

File

tests/feeds_jsonpath_parser.test, line 27
Tests for FeedsJSONPathParser.inc.

Class

FeedsJSONPathParserTestCase
Test single feeds.

Code

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