- 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::xpath in core/
modules/ simpletest/ backdrop_web_test_case.php - Perform an xpath search on the contents of the internal browser. The search is relative to the root element (HTML tag normally) of the page.
- SimpleTestFunctionalTest::getTestResults in core/
modules/ simpletest/ tests/ simpletest.test - Get the results from a test and store them in the class array $results.
- SyslogTestCase::testSettings in core/
modules/ syslog/ tests/ syslog.test - Test the syslog settings page.