23 calls to batch_test_stack()

batch_test_chained_form_submit_1 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler #1 for batch_test_chained_form().
batch_test_chained_form_submit_2 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler #2 for batch_test_chained_form().
batch_test_chained_form_submit_3 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler #3 for batch_test_chained_form().
batch_test_chained_form_submit_4 in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler #4 for batch_test_chained_form().
batch_test_large_percentage in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Menu callback: Fires a batch process without a form submission.
batch_test_mock_form_submit in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler for batch_test_mock_form().
batch_test_multistep_form_submit in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler for batch_test_multistep_form().
batch_test_no_form in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Menu callback: Fires a batch process without a form submission.
batch_test_simple_form_submit in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Form submission handler for batch_test_simple_form().
batch_test_theme_batch in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Menu callback: Runs a batch for testing theme used on the progress page.
PageTest::testBatchProgressPageTheme in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/PageTest.php
Tests that the batch API progress page uses the correct theme.
ProcessingTest::testBatchForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testDrupalFormSubmitInBatch in drupal/core/modules/system/lib/Drupal/system/Tests/Batch/ProcessingTest.php
Tests that drupal_form_submit() can run within a batch operation.
_batch_test_callback_1 in drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
Performs a simple batch operation.
_batch_test_callback_2 in drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
Performs a multistep batch operation.
_batch_test_callback_5 in drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
Performs a simple batch operation.
_batch_test_nested_batch_callback in drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc
Performs a batch operation setting up its own batch.
_batch_test_theme_callback in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Tests the progress page theme by performing a batch callback.