CommentContentRebuild::testCommentRebuild in core/modules/comment/tests/comment.test
Tests the rebuilding of comment's content arrays on calling comment_view().
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in core/modules/simpletest/tests/common.test
ConfigObjectTestCase::testConfigObject in core/modules/simpletest/tests/config_obj.test
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ContactSitewideTestCase::testAutoReply in core/modules/contact/tests/contact.test
Tests auto-reply on the site-wide contact form.
DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
Test the dashboard layout.
FieldTranslationsTestCase::setUp in core/modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
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.
FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
Tests #required with custom validation errors.
LayoutInterfaceTest::setUp in core/modules/layout/tests/layout.test
Sets up a Backdrop site for running functional and integration tests.
LayoutInterfaceTest::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
Test block path and type conditions.
LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
Tests user account comparison condition.
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutUpgradePathTest::testLayoutUpgrade in core/modules/layout/tests/layout.test
Tests a successful upgrade, where block positions copied to layouts.
MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
NodeBuildContent::testNodeRebuildContent in core/modules/node/tests/node.test
Ensures that content array is rebuilt on every call to node_build_content().
PageExampleTestCase::testPageExampleBasic in modules/examples/page_example/tests/page_example.test
Functional test for various page types.
PagerFunctionalWebTestCase::setUp in core/modules/simpletest/tests/pager.test
Sets up a Backdrop site for running functional and integration tests.
SimpleTestMailCaptureTestCase::testMailSend in core/modules/simpletest/tests/simpletest.test
Test to see if the wrapper function is executed correctly.
SystemSettingsFormTest::setUp in core/modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
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.
UserRolesAssignmentTestCase::testCreateUserWithRole in core/modules/user/tests/user.test
Tests that when creating a user the role can be assigned. And that it can be removed again.
ViewsArgumentDefaultTest::setUp in core/modules/views/tests/views_argument_default.test
Sets up a Backdrop site for running functional and integration tests.
ViewsArgumentDefaultTest::testArgumentDefaultFixed in core/modules/views/tests/views_argument_default.test
Tests fixed default argument.
ViewsArgumentValidatorTest::testArgumentValidateNumeric in core/modules/views/tests/views_argument_validator.test
ViewsGlossaryTestCase::testGlossaryView in core/modules/views/tests/views_glossary.test
Tests the default glossary view.
ViewsHandlerAreaTextTest::testAreaText in core/modules/views/tests/handlers/views_handler_area_text.test
ViewsHandlerArgumentNullTest::testAreaText in core/modules/views/tests/handlers/views_handler_argument_null.test
ViewsHandlerFilterDateTest::testUiValidation in core/modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.