BackdropWebTestCase::backdropGetAJAX in core/modules/simpletest/backdrop_web_test_case.php
Retrieve a Backdrop path or an absolute path and JSON decode the result.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::backdropSetContent in core/modules/simpletest/backdrop_web_test_case.php
Sets the raw HTML content. This can be useful when a page has been fetched outside of the internal browser and assertions need to be made on the returned page.
CommonJSONUnitTestCase::testJSON in core/modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
drupal_json_decode in core/includes/drupal.inc
Converts an HTML-safe JSON string into its PHP equivalent.
FormEmailTestCase::testFormEmail in core/modules/simpletest/tests/form.test
Tests that #type 'email' fields are properly validated.
FormH5datetimeTestCase::testFormH5datetime in core/modules/simpletest/tests/form.test
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
FormH5datetimeTestCase::testNoAccessH5DateOrTimeElement in core/modules/simpletest/tests/form.test
Test return value for disabled html_date and html_time elements.
FormStateValuesCleanTestCase::testFormStateValuesClean in core/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in core/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in core/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormUrlTestCase::testFormUrl in core/modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
installer_browser_fetch_results in core/modules/installer/installer.browser.inc
Fetches results from the server based on the parameters passed in.
system_token_output in core/modules/system/system.pages.inc
Page callback to output a token tree as an empty page.
ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.