You are here

public function NodeFeedsMapperLocationTestCase::setUp in Location Feeds 7

Same name and namespace in other branches
  1. 6 tests/location_feeds.node.test \NodeFeedsMapperLocationTestCase::setUp()

Set up the test.

File

tests/location_feeds.node.test, line 26

Class

NodeFeedsMapperLocationTestCase

Code

public function setUp() {

  // Call parent setup with required modules.
  parent::setUp(array(
    'location',
    'location_node',
    'location_feeds',
  ));
}