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.
BackdropWebTestCase::checkForMetaRefresh in core/modules/simpletest/backdrop_web_test_case.php
Check for meta refresh tag and if found call backdropGet() recursively. This function looks for the http-equiv attribute to be set to "Refresh" and is case-sensitive.
BackdropWebTestCase::clickLink in core/modules/simpletest/backdrop_web_test_case.php
Follows a link by name.
BootstrapDestinationTestCase::testDestination in core/modules/simpletest/tests/bootstrap.test
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
Test BackdropWebTestCase::getAbsoluteUrl().