Example #1
0
 /**
  *  Test CRM_Contact_Form_Search_Custom_Group::summary()
  *  It returns NULL
  */
 public function testSummary()
 {
     $formValues = array();
     $obj = new CRM_Contact_Form_Search_Custom_Group($formValues);
     $this->assertNull($obj->summary());
 }