You are here

public function FeedsExJmesPathUnitTests::setUp in Feeds extensible parsers 7.2

Overrides FeedsExUnitTestBase::setUp

File

src/Tests/FeedsExJmesPath.test, line 28
Contains tests for FeedsExJmesPath.

Class

FeedsExJmesPathUnitTests
Unit tests for FeedsExJmesPath.

Code

public function setUp() {
  parent::setUp();
  require_once $this->moduleDir . '/src/FeedsExJmesPath.inc';
  $this->source = $this
    ->getMockFeedsSource();
}