You are here

public static function CRMCoreContactUITestCase::organizationContactValues in CRM Core 7

2 calls to CRMCoreContactUITestCase::organizationContactValues()
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.
CRMCoreRelationshipUITestCase::testRelationshipOperations in modules/crm_core_relationship_ui/crm_core_relationship_ui.test

File

modules/crm_core_contact_ui/crm_core_contact_ui.test, line 169

Class

CRMCoreContactUITestCase

Code

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