You are here

public function FeedsEntityProcessorBasicTest::setUp in Feeds entity processor 7

Set up test.

File

tests/src/FeedsEntityProcessorBasicTest.test, line 27
Tests for plugins/FeedsEntityProcessor.inc.

Class

FeedsEntityProcessorBasicTest
Tests importing entities using the generic processor.

Code

public function setUp() {
  parent::setUp(array(
    'entity_test',
    'feeds_entity_processor',
  ));

  // Create an importer configuration.
  $this
    ->createImporterConfiguration('Syndication', 'syndication');
  $this
    ->setPlugin('syndication', 'FeedsEntityProcessorEntity_test');
}