fix unit test by... using deprecated param name :p
authorAdam Roses Wight <awight@wikimedia.org>
Mon, 6 May 2013 23:05:03 +0000 (16:05 -0700)
committerAdam Roses Wight <awight@wikimedia.org>
Mon, 6 May 2013 23:05:03 +0000 (16:05 -0700)
tests/phpunit/CRM/Core/BAO/CustomFieldTest.php

index 9359e30843172ffea5c2134818e25ee0db6849fb..ab66a26539284e7699ab391a5d68746c6790b235 100644 (file)
@@ -132,8 +132,8 @@ class CRM_Core_BAO_CustomFieldTest extends CiviUnitTestCase {
   function testDeleteCustomfield() {
     $customGroup = Custom::createGroup(array(), 'Individual');
     $fields = array(
+      'groupId' => $customGroup->id,
       'label' => 'Throwaway Field',
-      'custom_group_id' => $customGroup->id,
       'data_type' => 'Memo',
       'html_type' => 'TextArea',
     );