You are here

protected property DedupeEntityTest::$entityTypeManager in Drupal 8

The mocked entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface|\PHPUnit\Framework\MockObject\MockObject

File

core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php, line 29

Class

DedupeEntityTest
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\DedupeEntity @group migrate @group legacy

Namespace

Drupal\Tests\migrate\Unit\process

Code

protected $entityTypeManager;