public function EntityProcessorBaseTest::testOnFeedDeleteMultiple in Feeds 8.3
@covers ::onFeedDeleteMultiple
File
- tests/
src/ Kernel/ Feeds/ Processor/ EntityProcessorBaseTest.php, line 435
Class
- EntityProcessorBaseTest
- @coversDefaultClass \Drupal\feeds\Feeds\Processor\EntityProcessorBase @group feeds
Namespace
Drupal\Tests\feeds\Kernel\Feeds\ProcessorCode
public function testOnFeedDeleteMultiple() {
// Add feeds_item field to article content type.
$this
->callProtectedMethod($this->processor, 'prepareFeedsItemField');
$this->processor
->onFeedDeleteMultiple([
$this->feed,
]);
$this
->markTestIncomplete('Test is a stub.');
}