You are here

public function FeedsExUi::setUp in Feeds extensible parsers 7

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

File

src/Tests/FeedsExUi.test, line 27
Contains FeedsExUi.

Class

FeedsExUi
User interface tests.

Code

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