BatchPageTestCase::testBatchProgressPageTheme in core/modules/simpletest/tests/batch.test
Tests that the batch API progress page uses the correct theme.
BatchProcessingTestCase::testBackdropFormSubmitInBatch in core/modules/simpletest/tests/batch.test
Test that backdrop_form_submit() can run within a batch operation.
BatchProcessingTestCase::testBatchForm in core/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in core/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in core/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BatchProcessingTestCase::testBatchFormProgrammatic in core/modules/simpletest/tests/batch.test
Test batches defined in a programmatically submitted form.
BatchProcessingTestCase::testBatchLargePercentage in core/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 core/modules/simpletest/tests/batch.test
Test batches triggered outside of form submission.
batch_test_chained_form_submit_1 in core/modules/simpletest/tests/batch_test.module
Submit handler #1 for the chained form.
batch_test_chained_form_submit_2 in core/modules/simpletest/tests/batch_test.module
Submit handler #2 for the chained form.
batch_test_chained_form_submit_3 in core/modules/simpletest/tests/batch_test.module
Submit handler #3 for the chained form.
batch_test_chained_form_submit_4 in core/modules/simpletest/tests/batch_test.module
Submit handler #4 for the chained form.
batch_test_large_percentage in core/modules/simpletest/tests/batch_test.module
Menu callback: fire a batch process without a form submission.
batch_test_mock_form_submit in core/modules/simpletest/tests/batch_test.module
Submit handler for the batch_test_mock form.
batch_test_multistep_form_submit in core/modules/simpletest/tests/batch_test.module
Submit handler for the multistep form.
batch_test_no_form in core/modules/simpletest/tests/batch_test.module
Menu callback: fire a batch process without a form submission.
batch_test_simple_form_submit in core/modules/simpletest/tests/batch_test.module
Submit handler for the simple form.
batch_test_theme_batch in core/modules/simpletest/tests/batch_test.module
Menu callback: run a batch for testing theme used on the progress page.
_batch_test_callback_1 in core/modules/simpletest/tests/batch_test.callbacks.inc
Simple batch operation.
_batch_test_callback_2 in core/modules/simpletest/tests/batch_test.callbacks.inc
Multistep batch operation.
_batch_test_callback_5 in core/modules/simpletest/tests/batch_test.callbacks.inc
Simple batch operation.
_batch_test_nested_batch_callback in core/modules/simpletest/tests/batch_test.callbacks.inc
Batch operation setting up its own batch.
_batch_test_theme_callback in core/modules/simpletest/tests/batch_test.module
Batch callback function for testing the theme used on the progress page.