You are here

public static function CRMCoreContactUITestCase::getInfo in CRM Core 7

File

modules/crm_core_contact_ui/crm_core_contact_ui.test, line 4

Class

CRMCoreContactUITestCase

Code

public static function getInfo() {
  return array(
    'name' => t('Contact UI'),
    'description' => t('Test create/edit/delete contacts.'),
    'group' => t('CRM Core'),
  );
}