You are here

public function FeedsExHtmlUnitTests::setUp in Feeds extensible parsers 7.2

Overrides FeedsExUnitTestBase::setUp

File

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

Class

FeedsExHtmlUnitTests
Unit tests for FeedsExHtml.

Code

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