You are here

public function EntityProcessorBaseTest::testEntityTypeLabel in Feeds 8.3

@covers ::entityTypeLabel

File

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

Class

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

Namespace

Drupal\Tests\feeds\Kernel\Feeds\Processor

Code

public function testEntityTypeLabel() {
  $this
    ->assertEquals('Content', $this->processor
    ->entityTypeLabel());
}