function batch_test_mock_form_submit in Drupal 7
Submit handler for the batch_test_mock form.
File
- modules/
simpletest/ tests/ batch_test.module, line 305 - Helper module for the Batch API tests.
Code
function batch_test_mock_form_submit($form, &$form_state) {
batch_test_stack('mock form submitted with value = ' . $form_state['values']['test_value']);
}