Topic by Britto Thatheyu
Content
The CPM reads an existing answer and update one of the answer custom fields.
In the upgrade site, test harness stop the execution without returning any results and status remains "Not tested". It is working fine when I remove the object destroy "$answer->destroy();" from the test harness clean up function.
The same CPM code was working fine in "lclone_upgrade" site as well. I am getting the above issue only in the upgrade site.
Please let me know, Is there any impact if I remove the object destroy from the test harness clean up? What is the actual reason behind this issue?