1 batch_test.module | batch_test_large_percentage() |
Menu callback: fire a batch process without a form submission.
File
- core/
modules/ simpletest/ tests/ batch_test.module, line 326 - Helper module for the Batch API tests.
Code
function batch_test_large_percentage() {
batch_test_stack(NULL, TRUE);
batch_set(_batch_test_batch_5());
batch_process('batch-test/redirect');
}