Tests for common.inc functionality.

File

modules/simpletest/tests/common.test

Classes

Namesort ascending Description
UrlIsExternalUnitTest Tests url_is_external().
FeedIconTest Test for theme_feed_icon().
CommonXssUnitTestCase Tests for check_plain(), filter_xss(), format_string(), and check_url().
CommonValidUrlUnitTestCase Tests URL validation by valid_url().
CommonValidNumberStepUnitTestCase Tests number step validation by valid_number_step().
CommonURLWebTestCase Tests for URL generation functions.
CommonURLUnitTestCase All URL testing that does not require a Backdrop bootstrap.
CommonSizeUnitTestCase Tests file size parsing and formatting functions.
CommonSimpleTestErrorCollectorTestCase Tests SimpleTest error and exception collector.
CommonJSONUnitTestCase Tests the backdrop_json_encode() and backdrop_json_decode() functions.
CommonJavaScriptTestCase Tests for the JavaScript system.
CommonHTMLIdentifierTestCase Test for cleaning HTML identifiers.
CommonFormatDateTestCase Tests the format_date() function.
CommonCascadingStylesheetsUnitTestCase CSS Unit Tests.
CommonCascadingStylesheetsTestCase Test the Backdrop CSS system.
CommonBackdropWriteRecordTestCase Tests writing of data records with backdrop_write_record().
CommonBackdropSystemListingTestCase Tests scanning system directories in backdrop_system_listing().
CommonBackdropSortUnitTest Test that backdrop_sort() works correctly.
CommonBackdropRenderTestCase Tests for backdrop_render().
CommonBackdropParseInfoFileTestCase Tests the backdrop_parse_info_file() API function.
CommonBackdropHTTPResponseStatusLineTest Tests parsing of the HTTP response status line.
CommonBackdropHTTPRequestTestCase Test backdrop_http_request().
CommonBackdropGotoTestCase Tests backdrop_goto() and hook_backdrop_goto_alter().
CommonBackdropFormatXmlElementsUnitTestCase Tests the format_xml_elements() API function.
CommonBackdropAttributesUnitTestCase Tests the backdrop_attributes() functionality.
CommonBackdropArrayUnitTest Tests the various backdrop_array_* helper functions.
CommonBackdropAlterTestCase Tests for URL generation functions.
CommonBackdropAddFeedTestCase Basic tests for backdrop_add_feed().
CommonAutocompleteTagsTestCase Test backdrop_explode_tags() and backdrop_implode_tags().
BlockInterestCohortTest Test for block_interest_cohort.
BackdropGetQueryArrayTestCase Tests the functionality of backdrop_get_query_array().
ArrayDiffUnitTest Test array diff functions.