AJAXMultiFormTestCase::testMultiForm in core/modules/simpletest/tests/ajax.test
Test that a page with the 'page_node_form' included twice works correctly.
BackdropWebTestCase::assertField in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists with the given name or id.
BackdropWebTestCase::assertFieldById in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page with the given id and value.
BackdropWebTestCase::assertFieldByName in core/modules/simpletest/backdrop_web_test_case.php
Asserts that a field exists in the current page with the given name and value.
BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
Tests comment preview.
CommonBackdropRenderTestCase::assertRenderedElement in core/modules/simpletest/tests/common.test
DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
Tests the UI.
EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
FieldUIManageFieldsTestCase::testCardinalitySettings in core/modules/field_ui/tests/field_ui.test
Tests the cardinality settings of a field.
FileFieldValidateTestCase::testDefaultFileFieldDisplay in core/modules/file/tests/file.test
Tests default display of File Field.
FileFieldWidgetTestCase::testPrivateFileSetting in core/modules/file/tests/file.test
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTestCase::testSingleValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for a single-valued File field.
FileManagedFileElementTestCase::testManagedFile in core/modules/file/tests/file.test
Tests the managed_file element type.
FileManagedFileElementTestCase::testManagedFileExceedMaximumFileSize in core/modules/file/tests/file.test
Tests uploading a file that exceeds the maximum file size.
FileTaxonomyTermTestCase::_testTermFile in core/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FormsElementsLabelsTestCase::testFormLabels in core/modules/simpletest/tests/form.test
Test form elements, labels, title attributes and required marks output correctly and have the correct label option class if needed.
FormsElementsTableSelectFunctionalTest::testAdvancedSelect in core/modules/simpletest/tests/form.test
Test the #js_select property.
FormsElementsTableSelectFunctionalTest::testMultipleFalse in core/modules/simpletest/tests/form.test
Test the display of radios when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrue in core/modules/simpletest/tests/form.test
Test the display of checkboxes when #multiple is TRUE.
FormsTestCase::testRequiredTextfieldNoTitle in core/modules/simpletest/tests/form.test
Tests validation for required textfield element without title.
FormValidationTestCase::testMultiFormSameNameErrorClass in core/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LinkUITest::testCRUDCreateFieldWithLinkType in core/modules/link/tests/link.ui.test
Tests the link type: "internal", "external", and "both" settings.
LocaleConfigurationTest::testLanguageConfiguration in core/modules/locale/tests/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testMachineNameLTR in core/modules/locale/tests/locale.test
Verifies that machine name fields are always LTR.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
MenuTestCase::doMenuTests in core/modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
Tests content overview with different user permissions.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
OptionsWidgetsTestCase::testOnOffCheckbox in core/modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
PathTestCase::testDuplicateNodeAlias in core/modules/path/tests/path.test
Tests that tries to create a duplicate alias are caught by validation.
SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
TextTranslationTestCase::testTextField in core/modules/field/modules/text/tests/text.test
Test that a plaintext textfield widget is correctly populated.
TextTranslationTestCase::testTextFieldFormatted in core/modules/field/modules/text/tests/text.test
Check that user that does not have access the field format cannot see the source value when creating a translation.
TranslationTestCase::createTranslation in core/modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
TranslationTestCase::testContentTranslation in core/modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
UserCreateTestCase::testUserAdd in core/modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserPermissionsTestCase::testEditorRole in core/modules/user/tests/user.test
Test assigning of permissions for the editor role.
ViewsCacheTest::testExposedFilterSameResultsCaching in core/modules/views/tests/views_cache.test
Test caching of different exposed filter values with the same view result.
ViewsHandlerFieldBulkFormTest::assertCorrectBulkFormEntityIds in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Assert that the form checkbox values match the entity ids.
ViewsUIWizardTaggedWithTestCase::testTaggedWithByNodeType in core/modules/views/tests/views_ui.test
Tests that the "tagged with" form element only shows for node types that support it.