AdminBarDynamicLinksTestCase::testNode in core/modules/admin_bar/tests/admin_bar.test
Tests node type links.
BackdropErrorHandlerUnitTest::assertNoErrorMessage in core/modules/simpletest/tests/error.test
Helper function: assert that the error message is not found.
BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
Functional test for our block example.
CKEditor5RtlTestCase::testRtlAdminIcons in core/modules/ckeditor5/tests/ckeditor5_rtl.test
Test that the CKEditor admin form works correctly with RTL languages.
CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor 4 admin form works correctly with RTL languages.
ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
Test the Bartik legacy color mode.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentRSSUnitTest::testCommentRSS in core/modules/comment/tests/comment.test
Tests comments as part of an RSS feed.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
ContextualDynamicContextTestCase::testNodeLinks in core/modules/contextual/tests/contextual.test
Tests contextual links on node lists with different permissions.
DateValidationTestCase::checkGranularity in core/modules/date/tests/date_validation.test
Confirms that fields missing the time granularity are accepted.
DBLogTestCase::testLogMessageSanitized in core/modules/dblog/tests/dblog.test
Make sure HTML tags are filtered out in the log detail page.
EntityExampleTestCase::testEntityExampleBasic in modules/examples/entity_example/tests/entity_example.test
Test Entity Example features.
FieldAttachOtherTestCase::testFieldAttachView in core/modules/field/tests/field.test
Test field_attach_view() and field_attach_prepare_view().
FieldUITestCase::fieldUIAddNewField in core/modules/field_ui/tests/field_ui.test
Creates a new field through the Field UI.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
Tests validation with the Upload button.
FileManagedFileElementTestCase::testManagedFileParentsHash in core/modules/file/tests/file.test
Tests file_ajax_upload() parents_hash.
FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
FileSaveUploadTest::testErrors in core/modules/simpletest/tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testHandleDangerousFile in core/modules/simpletest/tests/file.test
Test dangerous file handling.
FileSaveUploadTest::testHandleExtension in core/modules/simpletest/tests/file.test
Test extension handling.
FileSaveUploadTest::testHandleFileMunge in core/modules/simpletest/tests/file.test
Test file munge handling.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
FilterAdminTestCase::testFormatAdmin in core/modules/filter/tests/filter.test
Tests the format administration functionality.
FilterAdminTestCase::testUrlFilterAdmin in core/modules/filter/tests/filter.test
Tests the URL filter settings form is properly validated.
FilterCRUDTestCase::testTextFormatCRUD in core/modules/filter/tests/filter.test
Tests CRUD operations for text formats and filters.
FilterEditorLinkValidateTestCase::testEditorLinkValidate in core/modules/filter/tests/filter_dialog.test
Check function _filter_format_editor_link_url_validate().
FormsTestCase::testNumber in core/modules/simpletest/tests/form.test
Tests validation of #type 'number' elements.
FormsTestCase::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredTextfieldNoTitle in core/modules/simpletest/tests/form.test
Tests validation for required textfield element without title.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
Test use of a default image with an image field.
ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
Test image_style_url().
LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
MenuTestCase::addCustomMenu in core/modules/menu/tests/menu.test
Add custom menu.
NodeAccessPagerTestCase::testCommentPager in core/modules/node/tests/node.test
Tests the comment pager for nodes with multiple grants per realm.
NodeHooksExampleTestCase::testNodeExampleBasic in modules/examples/node_hooks_example/tests/node_hooks_example.test
Logs the user in, creates an example node, and uses the rating system.
NodeHooksExampleTestCase::testNodeExampleRevision in modules/examples/node_hooks_example/tests/node_hooks_example.test
Tests revisions of ratings.
NodePostSettingsTestCase::testPageNotPostInfo in core/modules/node/tests/node.test
Confirms absence of post information on a new node.
NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
Ensures that a new node includes the custom data when added to an RSS feed.
NodeTitleXSSTestCase::testNodeTitleXSS in core/modules/node/tests/node.test
Tests XSS functionality with a node entity.
NodeTypeTestCase::testNodeTypeEditing in core/modules/node/tests/node.test
Tests editing a node type using the UI.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in core/modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
PageTitleFiltering::testTitleXSS in core/modules/system/tests/system.test
Test if the title of the site is XSS proof.
PathHooksTestCase::testPathHooks in core/modules/path/tests/path.test
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchNodeAccessTest::testPhraseSearchPunctuation in core/modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SimpleTestBrokenSetUp::testBreakSetUp in core/modules/simpletest/tests/simpletest.test
Runs this test case from within the simpletest child site.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SummaryLengthTestCase::testSummaryLength in core/modules/node/tests/node.test
Tests the node summary length functionality.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
ThemeDebugMarkupTestCase::testDebugOutput in core/modules/simpletest/tests/theme.test
Tests debug markup added to template output.
ThemeTableUnitTest::testThemeTableNoStickyHeaders in core/modules/simpletest/tests/theme.test
If $sticky is FALSE, no tableheader.js should be included.
ThemeTableUnitTest::testThemeTableWithNoStriping in core/modules/simpletest/tests/theme.test
Tests that the 'no_striping' option works correctly.
UpdateCoreTestCase::testModulePageSecurityUpdate in core/modules/update/tests/update.test
Checks the messages at admin/modules when a security update is missing.
UpdateTestContribCase::testNoReleasesAvailable in core/modules/update/tests/update.test
Tests when there is no available release data for a contrib module.
UpdateTestContribCase::testUpdateBrokenFetchURL in core/modules/update/tests/update.test
Makes sure that if we fetch from a broken URL, sane things happen.
UpdateTestContribCase::testUpdateContribOrder in core/modules/update/tests/update.test
Tests that contrib projects are ordered by project name.
UpdateTestContribCase::testUpdateShowDisabledThemes in core/modules/update/tests/update.test
Tests that disabled themes are only shown when desired.
UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
Attempt to cancel account without permission.
UserRegistrationTestCase::testRegistrationDefaultValues in core/modules/user/tests/user.test
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
Test that a user can change their signature format and that it is respected upon display.
ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/tests/views_argument_default.test
Tests the use of a default argument plugin that provides no options.
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/modules/views/tests/views_ui.test
Tests default views.