Search for test
Title | Object type | File name | Summary |
---|---|---|---|
BasicUpgradePath::testBasicUpgrade | function | modules/ |
Test a successful upgrade. |
BasicUpgradePath::testFailedUpgrade | function | modules/ |
Test a failed upgrade, and verify that the failure is reported. |
batch.test | file | modules/ |
Tests for the Batch API. |
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. |
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. |
block.test | file | modules/ |
Tests for block.module. |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.