CommentContentRebuild::testCommentRebuild in modules/comment/tests/comment.test
Tests the rebuilding of comment's content arrays on calling comment_view().
CommonBackdropHTTPRequestTestCase::testBackdropHTTPRequest in modules/simpletest/tests/common.test
ConfigObjectTestCase::testConfigObject in modules/simpletest/tests/config_obj.test
ConfigurationUITest::testImport in modules/config/tests/config.test
Tests importing configuration.
ContactSitewideTestCase::testAutoReply in modules/contact/tests/contact.test
Tests auto-reply on the site-wide contact form.
DashboardTest::testDashboardLayout in modules/dashboard/tests/dashboard.test
Test the dashboard layout.
FieldTranslationsTestCase::setUp in modules/field/tests/field.test
Sets up a Backdrop site for running functional and integration tests.
FormsTestCase::testRequiredCheckboxesRadio in modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredTextfieldNoTitle in modules/simpletest/tests/form.test
Tests validation for required textfield element without title.
LayoutInterfaceTest::setUp in modules/layout/tests/layout.test
Sets up a Backdrop site for running functional and integration tests.
LayoutInterfaceTest::testBlockEntityIDConditions in modules/layout/tests/layout.test
Test block entity ID conditions.
LayoutInterfaceTest::testBlockPathTypeConditions in modules/layout/tests/layout.test
Test block path and type conditions.
LayoutRendererTest::testRendererSelection in modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutUpgradePathTest::testLayoutUpgrade in modules/layout/tests/layout.test
Tests a successful upgrade, where block positions copied to layouts.
MenuNodeTestCase::testMenuNodeFormWidget in modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
NodeBuildContent::testNodeRebuildContent in modules/node/tests/node.test
Ensures that content array is rebuilt on every call to node_build_content().
PagerFunctionalWebTestCase::setUp in modules/simpletest/tests/pager.test
Sets up a Backdrop site for running functional and integration tests.
SimpleTestMailCaptureTestCase::testMailSend in modules/simpletest/tests/simpletest.test
Test to see if the wrapper function is executed correctly.
SystemSettingsFormTest::setUp in modules/simpletest/tests/form.test
Sets up a Backdrop site for running functional and integration tests.
UserCreateTestCase::testUserAdd in modules/user/tests/user.test
Create a user through the administration interface and ensure that it displays in the user list.
UserRolesAssignmentTestCase::testCreateUserWithRole in 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 modules/views/tests/views_argument_default.test
Sets up a Backdrop site for running functional and integration tests.
ViewsArgumentDefaultTest::testArgumentDefaultFixed in modules/views/tests/views_argument_default.test
Tests fixed default argument.
ViewsArgumentValidatorTest::testArgumentValidateNumeric in modules/views/tests/views_argument_validator.test
ViewsGlossaryTestCase::testGlossaryView in modules/views/tests/views_glossary.test
Tests the default glossary view.
ViewsHandlerAreaTextTest::testAreaText in modules/views/tests/handlers/views_handler_area_text.test
ViewsHandlerArgumentNullTest::testAreaText in modules/views/tests/handlers/views_handler_argument_null.test
ViewsHandlerFilterDateTest::testUiValidation in modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.