@@ -45,6 +45,14 @@ function _coder_6x_more_tests() {
form_set_value($element,'value',$form_status);// This one is okay
form_set_value($element,'value');// error
confirm_form($form,t('Do you really want to delete this?'),"node/$nid",t("Don't do it unless you're really sure!"),t('Delete it'),t('Go back'),'delete');// should fail
confirm_form($form,t('Do you really want to delete this?'),"node/$nid",$options);// is ok
confirm_form($form,t('Do you really want to delete this?'),"node/$nid",array());// also ok
custom_url_rewrite($url);// not ok
custom_url_rewrite_inbound($url);// ok
}
function_coder_6x_test_link_alter($node,&$links){// an error
@@ -70,3 +78,15 @@ function myform_submit($form_id, $form) { //this willfail