You are here

protected property DefaultEngineTest::$matchHandler in CRM Core 8.2

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/tests/src/Unit/DefaultEngineTest.php \Drupal\Tests\crm_core_match\Unit\DefaultEngineTest::matchHandler
  2. 8 modules/crm_core_match/tests/src/Unit/DefaultEngineTest.php \Drupal\Tests\crm_core_match\Unit\DefaultEngineTest::matchHandler

A mocked match field handler.

Type: \Drupal\crm_core_match\Plugin\crm_core_match\field\FieldHandlerInterface|\PHPUnit_Framework_MockObject_MockObject

File

modules/crm_core_match/tests/src/Unit/DefaultEngineTest.php, line 76
Contains \Drupal\Tests\crm_core_match\Unit\DefaultEngineTest.

Class

DefaultEngineTest
Tests the default matching engine.

Namespace

Drupal\Tests\crm_core_match\Unit

Code

protected $matchHandler;