You are here

public function EntityProcessorBaseTest::testClear in Feeds 8.3

@covers ::clear

File

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

Class

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

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Processor

Code

public function testClear() {
  $this
    ->markTestIncomplete('Test not yet implemented.');
  $this->processor
    ->clear($this->feed, $this->state);
}