You are here

public static function CRMCoreContactTestCase::getInfo in CRM Core 7

File

modules/crm_core_contact/tests/crm_core_contact.test, line 7

Class

CRMCoreContactTestCase
CRMCoreContactTestCase.

Code

public static function getInfo() {
  return array(
    'name' => 'Contact types',
    'description' => 'Tests for contact types.',
    'group' => 'CRM Core',
  );
}