You are here

protected property FieldMatcherTest::$pluginManager in CRM Core 8

Same name and namespace in other branches
  1. 8.3 modules/crm_core_match/tests/src/Kernel/FieldMatcherTest.php \Drupal\Tests\crm_core_match\Kernel\FieldMatcherTest::pluginManager
  2. 8.2 modules/crm_core_match/tests/src/Kernel/FieldMatcherTest.php \Drupal\Tests\crm_core_match\Kernel\FieldMatcherTest::pluginManager

The mocked match field plugin manager.

Type: \Drupal\Component\Plugin\PluginManagerInterface

File

modules/crm_core_match/tests/src/Kernel/FieldMatcherTest.php, line 40

Class

FieldMatcherTest
Tests the field matchers of the default matching engine.

Namespace

Drupal\Tests\crm_core_match\Kernel

Code

protected $pluginManager;