Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BasicStandardUpdatePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
BasicStandardUpdatePath::testBasicStandardUpdate | function | modules/ |
Tests a successful point release update. |
BasicUpgradePath | class | modules/ |
Perform basic upgrade tests. |
BasicUpgradePath::getInfo | function | modules/ |
|
BasicUpgradePath::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
BasicUpgradePath::testBasicUpgrade | function | modules/ |
Test a successful upgrade. |
BasicUpgradePath::testFailedUpgrade | function | modules/ |
Test a failed upgrade, and verify that the failure is reported. |
Batch operations | group | includes/ |
Creates and processes batch operations. |
batch.inc | file | includes/ |
Batch processing API for processes to run in multiple HTTP requests. |
batch.queue.inc | file | includes/ |
Queue handlers used by the Batch API. |
batch.test | file | modules/ |
Tests for the Batch API. |
BatchMemoryQueue | class | includes/ |
Defines a batch queue for non-progressive batches. |
BatchMemoryQueue::claimItem | function | includes/ |
Overrides MemoryQueue::claimItem(). |
BatchMemoryQueue::getAllItems | function | includes/ |
Retrieves all remaining items in the queue. |
BatchPageTestCase | class | modules/ |
Tests for the Batch API Progress page. |
BatchPageTestCase::getInfo | function | modules/ |
|
BatchPageTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BatchPageTestCase::testBatchProgressPageTheme | function | modules/ |
Tests that the batch API progress page uses the correct theme. |
BatchPercentagesUnitTestCase | class | modules/ |
Tests the function _batch_api_percentage() to make sure that the rounding works properly in all cases. |
BatchPercentagesUnitTestCase::$testCases | property | modules/ |
|
BatchPercentagesUnitTestCase::getInfo | function | modules/ |
|
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. |
Pagination
- Previous page
- Page 11
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.