BatchPageTestCase::testBatchProgressPageTheme in modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBackdropFormSubmitInBatch in modules/simpletest/tests/batch.test
Test that backdrop_form_submit() can run within a batch operation.
BatchProcessingTestCase::testBatchForm in modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in modules/simpletest/tests/batch.test
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836
BatchProcessingTestCase::testBatchNoForm in modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
_batch_test_callback_1 in modules/simpletest/tests/batch_test.callbacks.inc
Simple batch operation.
_batch_test_callback_2 in modules/simpletest/tests/batch_test.callbacks.inc
Multistep batch operation.
_batch_test_callback_5 in modules/simpletest/tests/batch_test.callbacks.inc
Simple batch operation.
batch_test_chained_form_submit_1 in modules/simpletest/tests/batch_test.module
Submit handler #1 for the chained form.
batch_test_chained_form_submit_2 in modules/simpletest/tests/batch_test.module
Submit handler #2 for the chained form.
batch_test_chained_form_submit_3 in modules/simpletest/tests/batch_test.module
Submit handler #3 for the chained form.
batch_test_chained_form_submit_4 in modules/simpletest/tests/batch_test.module
Submit handler #4 for the chained form.
batch_test_large_percentage in modules/simpletest/tests/batch_test.module
Menu callback: fire a batch process without a form submission.
batch_test_mock_form_submit in modules/simpletest/tests/batch_test.module
Submit handler for the batch_test_mock form.
batch_test_multistep_form_submit in modules/simpletest/tests/batch_test.module
Submit handler for the multistep form.
_batch_test_nested_batch_callback in modules/simpletest/tests/batch_test.callbacks.inc
Batch operation setting up its own batch.
batch_test_no_form in modules/simpletest/tests/batch_test.module
Menu callback: fire a batch process without a form submission.
batch_test_simple_form_submit in modules/simpletest/tests/batch_test.module
Submit handler for the simple form.
batch_test_theme_batch in modules/simpletest/tests/batch_test.module
Menu callback: run a batch for testing theme used on the progress page.
_batch_test_theme_callback in modules/simpletest/tests/batch_test.module
Batch callback function for testing the theme used on the progress page.