You are here

public function FeedRefreshTest::testProcessStage in Feeds 8.3

Tests the process stage of an import.

File

tests/src/Unit/Plugin/QueueWorker/FeedRefreshTest.php, line 185

Class

FeedRefreshTest
@coversDefaultClass \Drupal\feeds\Plugin\QueueWorker\FeedRefresh @group feeds

Namespace

Drupal\Tests\feeds\Unit\Plugin\QueueWorker

Code

public function testProcessStage() {
  $this->plugin
    ->processItem([
    $this->feed,
    FeedsExecutableInterface::PROCESS,
    [
      'item' => new DynamicItem(),
    ],
  ]);
}