6 calls to drupal_form_submit()

batch_test_programmatic in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Menu callback: Submits the 'Chained' form programmatically.
entity_form_submit in drupal/core/includes/entity.inc
Retrieves, populates, and processes an entity form.
install_run_task in drupal/core/includes/install.core.inc
Runs an individual installation task.
ProgrammaticTest::submitForm in drupal/core/modules/system/lib/Drupal/system/Tests/Form/ProgrammaticTest.php
Helper function used to programmatically submit the form defined in form_test.module with the given values.
SystemConfigFormTestBase::testConfigForm in drupal/core/modules/system/lib/Drupal/system/Tests/System/SystemConfigFormTestBase.php
Submit the system_config_form ensure the configuration has expected values.
_batch_test_nested_drupal_form_submit_callback in drupal/core/modules/system/tests/modules/batch_test/batch_test.module
Batch operation: Submits form_test_mock_form() using drupal_form_submit().