Пример #1
0
 public function testconvertCustomFieldsForm()
 {
     $lead = new Lead();
     $form = "";
     $prefix = "";
     $tempBean = new Contact();
     $result = $lead->convertCustomFieldsForm($form, $tempBean, $prefix);
     $this->assertEquals(true, $result);
     $this->assertgreaterThanOrEqual("", $form);
     //no filed with source = custom_fields
 }