public function EntityProcessorBaseTest::testGetItemLabel in Feeds 8.3
@covers ::getItemLabel
File
- tests/
src/ Kernel/ Feeds/ Processor/ EntityProcessorBaseTest.php, line 266
Class
- EntityProcessorBaseTest
- @coversDefaultClass \Drupal\feeds\Feeds\Processor\EntityProcessorBase @group feeds
Namespace
Drupal\Tests\feeds\Kernel\Feeds\ProcessorCode
public function testGetItemLabel() {
$this
->assertEquals('Article', $this->processor
->getItemLabel());
}