You are here

protected property DedupeEntityTest::$entityQueryFactory in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php \Drupal\Tests\migrate\Unit\process\DedupeEntityTest::entityQueryFactory

The mock entity query factory.

Type: \Drupal\Core\Entity\Query\QueryFactory|\PHPUnit_Framework_MockObject_MockObject

File

core/modules/migrate/tests/src/Unit/process/DedupeEntityTest.php, line 31
Contains \Drupal\Tests\migrate\Unit\process\DedupeEntityTest.

Class

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

Namespace

Drupal\Tests\migrate\Unit\process

Code

protected $entityQueryFactory;