You are here

public function EntityProcessorBaseTest::testEntityType in Feeds 8.3

@covers ::entityType

File

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

Class

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

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Processor

Code

public function testEntityType() {
  $this
    ->assertEquals('node', $this->processor
    ->entityType());
}