AjaxExampleTestCase::testDynamicSectionsNoJs in modules/examples/ajax_example/tests/ajax_example.test
Check the non-JavaScript version of the "Dynamic Sections" example.
AjaxExampleTestCase::testDynamicSectionsNoJs in modules/examples/ajax_example/tests/ajax_example.test
Check the non-JavaScript version of the "Dynamic Sections" example.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentHelperCase::postComment in core/modules/comment/tests/comment.test
Posts a comment.
CommentHelperCase::postComment in core/modules/comment/tests/comment.test
Posts a comment.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentEditPreviewSave in core/modules/comment/tests/comment.test
Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
Tests comment preview.
CommentPreviewTest::testCommentPreview in core/modules/comment/tests/comment.test
Tests comment preview.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormMultipleWidget in core/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultipleWidget in core/modules/field/tests/field.test
Tests widgets handling multiple values.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormMultivalueWithRequiredRadio in core/modules/field/tests/field.test
Tests widget handling of multiple required radios.
FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldUIManageDisplayTestCase::testFormatterUI in core/modules/field_ui/tests/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testFormatterUI in core/modules/field_ui/tests/field_ui.test
Tests formatter settings.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
Tests file overview with different user permissions.
FileChangeSchemeTestCase::testChangeScheme in core/modules/file/tests/file.test
FileChangeSchemeTestCase::testChangeScheme in core/modules/file/tests/file.test
FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
Check file edit functionality.
FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
Check file edit functionality.
FileReplaceTestCase::testReplaceFile in core/modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
FileReplaceTestCase::testReplaceFile in core/modules/file/tests/file.test
@todo Test image dimensions for an image field are reset when a file is replaced. @todo Test image styles are cleared when an image is updated.
FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
Tests filter administration functionality.
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::testFormatAdmin in core/modules/filter/tests/filter.test
Tests the format administration functionality.
FormExampleTestCase::testWizard in modules/examples/form_example/tests/form_example.test
Test Wizard tutorial.
FormExampleTestCase::testWizard in modules/examples/form_example/tests/form_example.test
Test Wizard tutorial.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in core/modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationMultipleField in core/modules/simpletest/tests/form.test
Tests a rebuild caused by a multiple value field.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in core/modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsArbitraryRebuildTestCase::testUserRegistrationRebuild in core/modules/simpletest/tests/form.test
Tests a basic rebuild with the user registration form.
FormsFormStorageTestCase::testForm in core/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testForm in core/modules/simpletest/tests/form.test
Tests using the form in a usual way.
FormsFormStorageTestCase::testFormCached in core/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testFormCached in core/modules/simpletest/tests/form.test
Tests using the form with an activated $form_state['cache'] property.
FormsFormStorageTestCase::testImmutableForm in core/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testImmutableForm in core/modules/simpletest/tests/form.test
Verifies that form build-id is regenerated when loading an immutable form from the cache.
FormsFormStorageTestCase::testMutableForm in core/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsFormStorageTestCase::testMutableForm in core/modules/simpletest/tests/form.test
Verify that the form build-id remains the same when validation errors occur on a mutable form.
FormsTestCase::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredCheckboxesRadio in core/modules/simpletest/tests/form.test
Tests validation for required checkbox, select, and radio elements.
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
ImageAdminStylesUnitTest::testStyle in core/modules/image/tests/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesUnitTest::testStyle in core/modules/image/tests/image.test
General test to add a style, add/remove/edit effects to it, then delete it.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
Tests a successful upgrade.
ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
MenuTestCase::testMenuQueryAndFragment in core/modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
MenuTestCase::testMenuQueryAndFragment in core/modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
Tests content overview with different user permissions.
NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
Tests content overview with different user permissions.
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::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.
NodeHooksExampleTestCase::testNodeExampleRevision in modules/examples/node_hooks_example/tests/node_hooks_example.test
Tests revisions of ratings.
NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
Test number_decimal field.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PathPatternFunctionalTestCase::testConfigurationUserInterfaces in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testConfigurationUserInterfaces in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testNodeEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestCase::testNodeEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of node Path patterns.
PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldMultipleVocabularyTestCase::testTaxonomyTermFieldMultipleVocabularies in core/modules/taxonomy/tests/taxonomy.test
Tests term reference field and widget with multiple vocabularies.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in core/modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyTermFieldTestCase::testTaxonomyTermFieldWidgets in core/modules/taxonomy/tests/taxonomy.test
Test widgets.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TaxonomyVocabularyFunctionalTest::testVocabularyPermissions in core/modules/taxonomy/tests/taxonomy.test
Tests that vocabulary permissions are correctly set from the Taxonomy UI.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
TextFieldTestCase::testTextfieldWidgetsAllowedFormats in core/modules/field/modules/text/tests/text.test
Test widgets for fields with selected allowed formats.
TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgets in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgets().
TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
TextFieldTestCase::_testTextfieldWidgetsFormatted in core/modules/field/modules/text/tests/text.test
Helper function for testTextfieldWidgetsFormatted().
TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
Test interface.
TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
Test interface.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
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.
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.
ViewsExposedFormTest::testExposedRemember in core/modules/views/tests/views_exposed_form.test
Test remembering exposed filters.
ViewsExposedFormTest::testExposedRemember in core/modules/views/tests/views_exposed_form.test
Test remembering exposed filters.
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for user entities joined to nodes by uid.
ViewsHandlerFieldBulkFormTest::testNodeAndUserBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for user entities joined to nodes by uid.
ViewsHandlerFieldBulkFormTest::testNodeFieldBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for nodes.
ViewsHandlerFieldBulkFormTest::testNodeFieldBulkForm in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
Test Bulk Forms for nodes.
ViewsHandlersTest::testFilterInOperatorUi in core/modules/views/tests/views_handlers.test
ViewsHandlersTest::testFilterInOperatorUi in core/modules/views/tests/views_handlers.test