23 calls to batch_test_stack()

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