18 calls to batch_test_stack() in Drupal 10
- PageTest::testBatchProgressPageTheme in core/
modules/ system/ tests/ src/ Functional/ Batch/ PageTest.php - Tests that the batch API progress page uses the correct theme.
- PageTest::testBatchProgressPageTitle in core/
modules/ system/ tests/ src/ Functional/ Batch/ PageTest.php - Tests that the batch API progress page shows the title correctly.
- ProcessingTest::testBatchForm in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in a form submit handler.
- ProcessingTest::testBatchFormMultipleBatches in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in different submit handlers on the same form.
- ProcessingTest::testBatchFormMultistep in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in a multistep form.
- ProcessingTest::testBatchFormProgrammatic in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches defined in a programmatically submitted form.
- ProcessingTest::testBatchLargePercentage in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches that return $context['finished'] > 1 do in fact complete.
- ProcessingTest::testBatchNoForm in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches triggered outside of form submission.
- ProcessingTest::testBatchRedirectFinishedCallback in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests batches that redirect in the batch finished callback.
- ProcessingTest::testDrupalFormSubmitInBatch in core/
modules/ system/ tests/ src/ Functional/ Batch/ ProcessingTest.php - Tests form submission during a batch operation.
- _batch_test_callback_1 in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_callback_2 in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_callback_5 in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_callback_6 in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_callback_7 in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_nested_batch_callback in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.callbacks.inc - Implements callback_batch_operation().
- _batch_test_theme_callback in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.module - Implements callback_batch_operation().
- _batch_test_title_callback in core/
modules/ system/ tests/ modules/ batch_test/ batch_test.module - Tests the title on the progress page by performing a batch callback.