BackdropWebTestCase::backdropGetAJAX in modules/simpletest/backdrop_web_test_case.php
Retrieve a Backdrop path or an absolute path and JSON decode the result.
BackdropWebTestCase::backdropPostAJAX in modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BackdropWebTestCase::backdropSetContent in 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 modules/simpletest/tests/common.test
Tests converting PHP variables to JSON strings and back.
drupal_json_decode in includes/drupal.inc
Converts an HTML-safe JSON string into its PHP equivalent.
FormEmailTestCase::testFormEmail in modules/simpletest/tests/form.test
Tests that #type 'email' fields are properly validated.
FormH5datetimeTestCase::testFormH5datetime in modules/simpletest/tests/form.test
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
FormStateValuesCleanTestCase::testFormStateValuesClean in modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testDisabledElements in modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testSelect in modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormUrlTestCase::testFormUrl in modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
_installer_browser_execute_query in modules/installer/installer.browser.inc
Helper function to execute queries for projects. Connects once to get the total count of projects, and then a second time to get all the projects in a repository.
system_token_output in modules/system/system.pages.inc
Page callback to output a token tree as an empty page.
ViewsAjaxTest::testAjaxView in modules/views/tests/views_ajax.test
Tests an ajax and non-ajax view.