function myform_prerender in Coder 5.2
File
- tests/
coder_6x.inc, line 173 - This file implements tests for the Drupal 6.x upgrade.
Code
function myform_prerender($form_id, $form) {
// This will fail.
}
function myform_prerender($form_id, $form) {
// This will fail.
}