You are here

public static function MatcherTest::getInfo in CRM Core 8.2

File

modules/crm_core_match/tests/src/Unit/MatcherTest.php, line 60
Contains \Drupal\Tests\crm_core_match\Unit\MatcherTest.

Class

MatcherTest
Tests the matcher service.

Namespace

Drupal\Tests\crm_core_match\Unit

Code

public static function getInfo() {
  return array(
    'name' => 'Matcher',
    'description' => 'Tests the matcher.',
    'group' => 'CRM Core',
  );
}