BackdropWebTestCase::backdropGet in core/modules/simpletest/backdrop_web_test_case.php
Retrieves a Backdrop path or an absolute path.
BackdropWebTestCase::backdropHead in core/modules/simpletest/backdrop_web_test_case.php
Retrieves only the headers for a Backdrop path or an absolute path.
BackdropWebTestCase::backdropPost in core/modules/simpletest/backdrop_web_test_case.php
Execute a POST request on a Backdrop page. It will be done as usual POST request with SimpleBrowser.
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
ViewsAjaxTest::simpleAjaxPost in core/modules/views/tests/views_ajax.test
Perform a simple AJAX POST HTTP request.