Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BatchPercentagesUnitTestCase::setUp | function | modules/ |
Sets up unit test environment. |
BatchPercentagesUnitTestCase::testBatchPercentages | function | modules/ |
Test the _batch_api_percentage() function. |
BatchProcessingTestCase | class | modules/ |
Tests for the Batch API. |
BatchProcessingTestCase::assertBatchMessages | function | modules/ |
Will trigger a pass if the texts were found in order in the raw content. |
BatchProcessingTestCase::getInfo | function | modules/ |
|
BatchProcessingTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BatchProcessingTestCase::testBatchForm | function | modules/ |
Test batches defined in a form submit handler. |
BatchProcessingTestCase::testBatchFormMultipleBatches | function | modules/ |
Test batches defined in different submit handlers on the same form. |
BatchProcessingTestCase::testBatchFormMultistep | function | modules/ |
Test batches defined in a multistep form. |
BatchProcessingTestCase::testBatchFormProgrammatic | function | modules/ |
Test batches defined in a programmatically submitted form. |
BatchProcessingTestCase::testBatchLargePercentage | function | modules/ |
Test batches that return $context['finished'] > 1 do in fact complete. See http://drupal.org/node/600836 |
BatchProcessingTestCase::testBatchNoForm | function | modules/ |
Test batches triggered outside of form submission. |
BatchProcessingTestCase::testDrupalFormSubmitInBatch | function | modules/ |
Test that drupal_form_submit() can run within a batch operation. |
BatchProcessingTestCase::_resultMessages | function | modules/ |
Helper function: return expected result messages for the test batches. |
BatchProcessingTestCase::_resultStack | function | modules/ |
Helper function: return expected execution stacks for the test batches. |
BatchQueue | class | includes/ |
Defines a batch queue. |
BatchQueue::claimItem | function | includes/ |
Overrides SystemQueue::claimItem(). |
BatchQueue::getAllItems | function | includes/ |
Retrieves all remaining items in the queue. |
batch_get | function | includes/ |
Retrieves the current batch. |
batch_load | function | includes/ |
Loads a batch from the database. |
batch_process | function | includes/ |
Processes the batch. |
batch_set | function | includes/ |
Adds a new batch. |
batch_test.callbacks.inc | file | modules/ |
Batch callbacks for the Batch API tests. |
batch_test.info | file | modules/ |
name = "Batch API test" description = "Support module for Batch API tests." package = Testing version = VERSION core = 7.x hidden = TRUE |
batch_test.module | file | modules/ |
Helper module for the Batch API tests. |
batch_test_chained_form | function | modules/ |
Form with chained submit callbacks. |
batch_test_chained_form_submit_1 | function | modules/ |
Submit handler #1 for the chained form. |
batch_test_chained_form_submit_2 | function | modules/ |
Submit handler #2 for the chained form. |
batch_test_chained_form_submit_3 | function | modules/ |
Submit handler #3 for the chained form. |
batch_test_chained_form_submit_4 | function | modules/ |
Submit handler #4 for the chained form. |
batch_test_large_percentage | function | modules/ |
Menu callback: fire a batch process without a form submission. |
batch_test_menu | function | modules/ |
Implement hook_menu(). |
batch_test_mock_form | function | modules/ |
A simple form with a textfield and submit button. |
batch_test_mock_form_submit | function | modules/ |
Submit handler for the batch_test_mock form. |
batch_test_multistep_form | function | modules/ |
Multistep form. |
batch_test_multistep_form_submit | function | modules/ |
Submit handler for the multistep form. |
batch_test_nested_drupal_form_submit | function | modules/ |
Menu callback: programmatically submits a form within a batch. |
batch_test_no_form | function | modules/ |
Menu callback: fire a batch process without a form submission. |
batch_test_programmatic | function | modules/ |
Menu callback: programmatically submits the 'Chained' form. |
batch_test_redirect_page | function | modules/ |
Menu callback: successful redirection. |
batch_test_simple_form | function | modules/ |
Simple form. |
batch_test_simple_form_submit | function | modules/ |
Submit handler for the simple form. |
batch_test_stack | function | modules/ |
Helper function: store or retrieve traced execution data. |
batch_test_theme_batch | function | modules/ |
Menu callback: run a batch for testing theme used on the progress page. |
bbb_update_test.info | file | modules/ |
name = BBB Update test description = Support module for update module testing. package = Testing core = 7.x hidden = TRUE |
bbb_update_test.module | file | modules/ |
Dummy module for testing Update status. |
Behavior | class | misc/ |
|
Behavior.php | file | misc/ |
|
Behavior::$assertions | property | misc/ |
|
Behavior::$availableCommands | property | misc/ |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.