Skip to content
Snippets Groups Projects
Commit 31edf52e authored by Kurund Jalmi's avatar Kurund Jalmi
Browse files

fixed failing api test CRM-13122

----------------------------------------
* CRM-13122: API contact.get no longer returning prefix_id, suffix_id by default
  http://issues.civicrm.org/jira/browse/CRM-13122
parent 7884d958
No related branches found
No related tags found
No related merge requests found
......@@ -158,11 +158,8 @@ class api_v3_ACLPermissionTest extends CiviUnitTestCase {
//prefix & suffix are inconsistent due to CRM-7929
// unsure about others but return doesn't work on them
$elementsReturnDoesntSupport = array(
'prefix_id',
'prefix',
'suffix_id',
'suffix',
'gender_id',
'gender',
'current_employer',
'phone_id',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment