ModuleUninstallTestCase |
class |
|
core/modules/simpletest/tests/module.test |
Unit tests for module uninstallation and related hooks. |
CommonBackdropAlterTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for URL generation functions. |
CommonURLUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
All URL testing that does not require a Backdrop bootstrap. |
CommonXssUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for check_plain(), filter_xss(), format_string(), and check_url(). |
CommonSizeUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests file size parsing and formatting functions. |
CommonAutocompleteTagsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_explode_tags() and backdrop_implode_tags(). |
CommonCascadingStylesheetsTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test the Backdrop CSS system. |
CommonHTMLIdentifierTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test for cleaning HTML identifiers. |
CommonCascadingStylesheetsUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
CSS Unit Tests. |
CommonBackdropHTTPRequestTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Test backdrop_http_request(). |
CommonBackdropHTTPResponseStatusLineTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests parsing of the HTTP response status line. |
CommonBackdropGotoTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests backdrop_goto() and hook_backdrop_goto_alter(). |
CommonJavaScriptTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for the JavaScript system. |
CommonBackdropRenderTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests for backdrop_render(). |
CommonValidUrlUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests URL validation by valid_url(). |
CommonValidNumberStepUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests number step validation by valid_number_step(). |
CommonBackdropWriteRecordTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests writing of data records with backdrop_write_record(). |
CommonSimpleTestErrorCollectorTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests SimpleTest error and exception collector. |
CommonBackdropParseInfoFileTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_parse_info_file() API function. |
CommonBackdropSystemListingTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests scanning system directories in backdrop_system_listing(). |
CommonFormatDateTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the format_date() function. |
CommonBackdropAttributesUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_attributes() functionality. |
CommonBackdropArrayUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Tests the various backdrop_array_* helper functions. |
CommonJSONUnitTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the backdrop_json_encode() and backdrop_json_decode() functions. |
CommonBackdropAddFeedTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Basic tests for backdrop_add_feed(). |
ArrayDiffUnitTest |
class |
|
core/modules/simpletest/tests/common.test |
Test array diff functions. |
BackdropGetQueryArrayTestCase |
class |
|
core/modules/simpletest/tests/common.test |
Tests the functionality of backdrop_get_query_array(). |
FeedIconTest |
class |
|
core/modules/simpletest/tests/common.test |
Test for theme_feed_icon(). |
SyslogTestCase |
class |
|
core/modules/syslog/tests/syslog.test |
|
LocaleConfigurationTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for language configuration's effect on negotiation setup. |
LocaleLibraryInfoAlterTest |
class |
|
core/modules/locale/tests/locale.test |
Tests localization of the JavaScript libraries. |
LocaleJavascriptTranslationTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for JavaScript parsing for translatable strings. |
LocaleTranslationFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional test for string translation and validation. |
LocalePluralFormatTest |
class |
|
core/modules/locale/tests/locale.test |
Tests plural index computation functionality. |
LocaleImportFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the import of translation files. |
LocaleExportFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the export of translation files. |
LocaleInstallTest |
class |
|
core/modules/locale/tests/locale.test |
Tests for the st() function. |
LocaleUninstallFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Locale uninstall with English UI functional test. |
LocaleUninstallFrenchFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Locale uninstall with French UI functional test. |
LocaleLanguageSwitchingFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for the language switching feature. |
LocaleBrowserDetectionTest |
class |
|
core/modules/locale/tests/locale.test |
Test browser language detection. |
LocaleUserLanguageFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for a user's ability to change their default language. |
LocaleUserCreationTest |
class |
|
core/modules/locale/tests/locale.test |
Functional test for language handling during user creation. |
LocalePathFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for configuring a different URL alias per language. |
LocaleContentFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for multilingual support on nodes. |
LocaleUILanguageNegotiationTest |
class |
|
core/modules/locale/tests/locale.test |
Test UI language negotiation |
LocaleUrlRewritingTest |
class |
|
core/modules/locale/tests/locale.test |
Test that URL rewriting works as expected. |
LocaleMultilingualFieldsFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional test for multilingual fields. |
LocaleCommentLanguageFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for comment language. |
LocaleDateFormatsFunctionalTest |
class |
|
core/modules/locale/tests/locale.test |
Functional tests for localizing date formats. |