You are here

public function FeedRefreshTest::testBeginStage in Feeds 8.3

Tests initiating an import.

File

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

Class

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

Namespace

Drupal\Tests\feeds\Unit\Plugin\QueueWorker

Code

public function testBeginStage() {
  $this->plugin
    ->processItem(NULL);
  $this->plugin
    ->processItem([
    $this->feed,
    FeedsExecutableInterface::BEGIN,
    [],
  ]);
}