Merge branch 'JohnFF-patch-1'
[civicrm-core.git] / tests / phpunit / api / v3 / GrantTest.php
index e8c9a25d23f1b85dc10d029fded60e4a93234a60..5909e5ee8faf9b91e5aa68fd247477bb1fd150ed 100644 (file)
@@ -84,7 +84,7 @@ class api_v3_GrantTest extends CiviUnitTestCase {
     $ids['custom_group_id'] = $result['id'];
     $customTable = $result['values'][$result['id']]['table_name'];
     $result = $this->customFieldCreate(array(
-      'html_type' => 'Checkbox',
+      'html_type' => 'CheckBox',
       'custom_group_id' => $ids['custom_group_id'],
       'option_values' => array(
         array('label' => 'my valley', 'value' => 'valley', 'is_active' => TRUE, 'weight' => 1),