You are here

public static function CRMCoreContactUITestCase::householdContactValues in CRM Core 7

1 call to CRMCoreContactUITestCase::householdContactValues()
CRMCoreContactUITestCase::testContactOperations in modules/crm_core_contact_ui/crm_core_contact_ui.test
User with permissions 'administer crm_core_contact entities' should be able to create/edit/delete contacts of any contact type.

File

modules/crm_core_contact_ui/crm_core_contact_ui.test, line 159

Class

CRMCoreContactUITestCase

Code

public static function householdContactValues() {
  return array(
    'contact_name[und][0][family]' => DrupalTestCase::randomName(),
  );
}