You are here

public function FeedsExHtmlTests::setUp in Feeds extensible parsers 7

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

File

src/Tests/FeedsExHtml.test, line 278

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');
}