You are here

public function FeedsExHtmlTests::setUp in Feeds extensible parsers 7.2

Same name and namespace in other branches
  1. 7 src/Tests/FeedsExHtml.test \FeedsExHtmlTests::setUp()

File

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

Class

FeedsExHtmlTests
Integration tests for FeedsExHtml.

Code

public function setUp() {
  parent::setUp('feeds_ex');
  $this
    ->createImporterConfiguration();
  $this
    ->setSettings('syndication', '', array(
    'content_type' => '',
  ));
  $this
    ->setPlugin('syndication', 'FeedsExHtml');
}