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\QueueWorkerCode
public function testBeginStage() {
$this->plugin
->processItem(NULL);
$this->plugin
->processItem([
$this->feed,
FeedsExecutableInterface::BEGIN,
[],
]);
}