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