updated examples
[civicrm-core.git] / api / v3 / examples / Group / Get.php
index 10b10b28ed86171de465ba5a19129afc0eb6e0e8..b164e7311d04e9bc861c697d27a58fd193962b4e 100644 (file)
@@ -38,8 +38,6 @@ function group_get_expectedresult(){
           'name' => 'Test Group 1',
           'title' => 'New Test Group Created',
           'description' => 'New Test Group Created',
-          'source' => '',
-          'saved_search_id' => '',
           'is_active' => '1',
           'visibility' => 'Public Pages',
           'where_clause' => ' ( `civicrm_group_contact-4`.group_id IN ( 4 ) AND `civicrm_group_contact-4`.status IN (\"Added\") ) ',
@@ -49,13 +47,8 @@ function group_get_expectedresult(){
               '0' => '1',
               '1' => '2',
             ),
-          'cache_date' => '',
-          'refresh_date' => '',
-          'parents' => '',
-          'children' => '',
           'is_hidden' => 0,
           'is_reserved' => 0,
-          'created_id' => '',
         ),
     ),
 );