You are here

public function EntityProcessorBaseTest::testExpireItem in Feeds 8.3

@covers ::expireItem

File

tests/src/Kernel/Feeds/Processor/EntityProcessorBaseTest.php, line 321

Class

EntityProcessorBaseTest
@coversDefaultClass \Drupal\feeds\Feeds\Processor\EntityProcessorBase @group feeds

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Processor

Code

public function testExpireItem() {
  $item_id = 1;
  $this->processor
    ->expireItem($this->feed, $item_id, $this->state);
}