You are here

7 calls to ProcessingTest::assertBatchMessages() in Zircon Profile 8.0

ProcessingTest::testBatchForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback in core/modules/system/src/Tests/Batch/ProcessingTest.php
Tests batches that redirect in the batch finished callback.