AccessDeniedTestCase::test403PathOnSystemForm in core/modules/system/tests/system.test
AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
Test Action Example.
AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
Test disabled custom links.
AdminBarCustomizedTestCase::testCustomExternal in core/modules/admin_bar/tests/admin_bar.test
Tests external links.
AdminBarDynamicLinksTestCase::testNode in core/modules/admin_bar/tests/admin_bar.test
Tests node type links.
AdminBarPermissionsTestCase::testPermissionChanges in core/modules/admin_bar/tests/admin_bar.test
Tests that user role and permission changes are properly taken up.
AjaxExampleTestCase::testDynamicSectionsNoJs in modules/examples/ajax_example/tests/ajax_example.test
Check the non-JavaScript version of the "Dynamic Sections" example.
BackdropWebTestCase::backdropLogin in core/modules/simpletest/backdrop_web_test_case.php
Log in a user with the internal browser.
BackdropWebTestCase::backdropPostAJAX in core/modules/simpletest/backdrop_web_test_case.php
Execute an Ajax submission.
BatchExampleTestCase::testBatchExampleBasic in modules/examples/batch_example/tests/batch_example.test
Login user, create 30 nodes and test both batch examples.
BatchProcessingTestCase::testBatchForm in core/modules/simpletest/tests/batch.test
Test batches defined in a form submit handler.
BatchProcessingTestCase::testBatchFormMultipleBatches in core/modules/simpletest/tests/batch.test
Test batches defined in different submit handlers on the same form.
BatchProcessingTestCase::testBatchFormMultistep in core/modules/simpletest/tests/batch.test
Test batches defined in a multistep form.
BlockExampleTestCase::testBlockExampleBasic in modules/examples/block_example/tests/block_example.test
Functional test for our block example.
BlockTestCase::testBlockHooks in core/modules/block/tests/block.test
Tests the various block hooks get called when needed.
BlockTestCase::testCustomBlock in core/modules/block/tests/block.test
Test creating custom block, editing, and then deleting it.
BlockTestCase::testCustomBlockFormat in core/modules/block/tests/block.test
Test creating custom block using Raw HTML (full_html).
BlockTranslationTestCase::addLanguage in core/modules/block/tests/block.translation.test
BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
Test creating custom block, translate it, and then deleting it.
BookTestCase::createBookNode in core/modules/book/tests/book.test
Creates a book node.
BookTestCase::testBook in core/modules/book/tests/book.test
Tests book functionality through node interfaces.
BookTestCase::testBookDelete in core/modules/book/tests/book.test
Tests the access for deleting top-level book nodes.
BookTestCase::testBookNavigationBlock in core/modules/book/tests/book.test
Tests the functionality of the book navigation block.
BookTestCase::testNavigationBlockOnAccessModuleEnabled in core/modules/book/tests/book.test
Tests the book navigation block when an access module is enabled.
CacheExampleTestCase::testCacheExampleBasic in modules/examples/cache_example/tests/cache_example.test
Functional tests for cache_example.
CKEditorRtlTestCase::testRtlAdminIcons in core/modules/ckeditor/tests/ckeditor_rtl.test
Test that the CKEditor 4 admin form works correctly with RTL languages.
CKEditorTestCase::testLibrary in core/modules/ckeditor/tests/ckeditor.test
Test the addition of the library to the page when configured.
ColorTestCase::testBartikLegacy in core/modules/color/tests/color.test
Test the Bartik legacy color mode.
ColorTestCase::testColor in core/modules/color/tests/color.test
Tests the Color module functionality.
ColorTestCase::testUpdateCssFilesOnConfigSave in core/modules/color/tests/color.test
Test if the CSS files for a theme are updated when editing Configuration.
ColorTestCase::testValidColor in core/modules/color/tests/color.test
Tests whether the provided color is valid.
CommentAnonymous::testAnonymous in core/modules/comment/tests/comment.test
Tests anonymous comment functionality.
CommentApprovalTest::testApprovalAdminInterface in core/modules/comment/tests/comment.test
Test comment approval functionality through admin/content/comment.
CommentBlockFunctionalTest::testRecentCommentBlock in core/modules/comment/tests/comment.test
Tests the recent comments block.
CommentFieldsTest::testCommentDeletedBody in core/modules/comment/tests/comment.test
Tests that the comment_body field is not required.
CommentFieldsTest::testCommentEmptyNonRequiredBody in core/modules/comment/tests/comment.test
Tests trying to save a comment with an empty, NON-required body.
CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
Tests that comment module works when enabled after a content module.
CommentFieldsTest::testCommentFormat in core/modules/comment/tests/comment.test
Tests that comment module works correctly with plain text format.
CommentHelperCase::deleteComment in core/modules/comment/tests/comment.test
Deletes a comment.
CommentHelperCase::performCommentOperation in core/modules/comment/tests/comment.test
Performs the specified operation on the specified comment.
CommentHelperCase::postComment in core/modules/comment/tests/comment.test
Posts a comment.
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings in core/modules/comment/tests/comment.test
Tests the auto closer node type setting and the override setting on individual nodes.
CommentNodeChangesTestCase::testNodeCommentSettings in core/modules/comment/tests/comment.test
Tests opening, closing, and hiding comments.
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.
CommonFormatDateTestCase::testAdminDefinedFormatDate in core/modules/simpletest/tests/common.test
Test admin-defined formats in format_date().
CommonFormatDateTestCase::testFormatDate in core/modules/simpletest/tests/common.test
Tests for the format_date() function.
ConfigurationSyncTest::testSync in core/modules/config/tests/config.test
Tests that hook_config_create() is run during config sync.
ConfigurationUITest::testClearStagingDirectory in core/modules/config/tests/config.test
Test skipping the clearing of the staging directory after import.
ConfigurationUITest::testExport in core/modules/config/tests/config.test
Tests export of configuration.
ConfigurationUITest::testFullImportValidation in core/modules/config/tests/config.test
Test full import validation.
ConfigurationUITest::testImport in core/modules/config/tests/config.test
Tests importing configuration.
ContactPersonalTestCase::submitPersonalContact in core/modules/contact/tests/contact.test
Fills out a user's personal contact form and submits it.
ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
Tests access to the personal contact form.
ContactSitewideTestCase::addCategory in core/modules/contact/tests/contact.test
Adds a category.
ContactSitewideTestCase::deleteCategories in core/modules/contact/tests/contact.test
Deletes all categories.
ContactSitewideTestCase::submitContact in core/modules/contact/tests/contact.test
Submits the contact form.
ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
Tests configuration options and the site-wide contact form.
ContactSitewideTestCase::updateCategory in core/modules/contact/tests/contact.test
Updates a category.
ContextualLinksExampleTestCase::testContextualLinksExample in modules/examples/contextual_links_example/tests/contextual_links_example.test
Test the various contextual links that this module defines and displays.
CronExampleTestCase::testCronExampleBasic in modules/examples/cron_example/tests/cron_example.test
Test running cron through the user interface.
CronRunTestCase::testAutomaticCron in core/modules/system/tests/system.test
Ensure that the automatic cron run feature is working.
CustomLogoTestCase::testCustomLogo in core/modules/system/tests/system.test
Test the use of a custom logo.
DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
Test the dashboard layout.
DatabaseExampleUnitTestCase::testUI in modules/examples/database_example/tests/database_example.test
Tests the UI.
DateFieldBasic::deleteDateField in core/modules/date/tests/date_field.test
Remove a Date field though the UI.
DateFieldBasic::setUp in core/modules/date/tests/date_field.test
Sets up a Backdrop site for running functional and integration tests.
DateFieldTestCase::dateForm in core/modules/date/tests/date_field.test
Tests that date field functions properly on the node form.
DateFieldTokenTestCase::testDateFieldToken in core/modules/date/tests/date_field.test
Tests that date field tokens function properly.
DateTimeFunctionalTest::testDateFormatConfiguration in core/modules/system/tests/system.test
Test date format configuration.
DateTimezoneTestCase::dateForm in core/modules/date/tests/date_timezone.test
Utility function to validate the node form displays date fields correctly.
DateTimezoneTestCase::dateMultiValueForm in core/modules/date/tests/date_timezone.test
Tests the submission of a date field's widget form when using unlimited cardinality
DateUITestCase::dateForm in core/modules/date/tests/date.test
DateUITestCase::testFieldUI in core/modules/date/tests/date.test
DateValidationTestCase::checkGranularity in core/modules/date/tests/date_validation.test
Confirms that fields missing the time granularity are accepted.
DateValidationTestCase::malFormedDate in core/modules/date/tests/date_validation.test
Attempt to create a node with a malformed date and ensure it fails.
DBLogTestCase::doNode in core/modules/dblog/tests/dblog.test
Generates and then verifies some node events.
DBLogTestCase::doUser in core/modules/dblog/tests/dblog.test
Generates and then verifies some user events.
DBLogTestCase::testDBLogAddAndClear in core/modules/dblog/tests/dblog.test
Tests the addition and clearing of log events through the admin interface.
DBLogTestCase::testFilter in core/modules/dblog/tests/dblog.test
Tests the database log filter functionality at admin/reports/dblog.
DBLogTestCase::verifyDateFormat in core/modules/dblog/tests/dblog.test
Verifies setting of the database log date format.
DBLogTestCase::verifyRowLimit in core/modules/dblog/tests/dblog.test
Verifies setting of the database log row limit.
DrupalWebTestCase::drupalPost in core/includes/drupal.classes.inc
EmailExampleTestCase::testContactForm in modules/examples/email_example/tests/email_example.test
Verify the functionality of the example module.
EmailFieldTestCase::testEmailField in core/modules/email/tests/email.test
Tests email field.
EnableDisableTestCase::assertSuccessfulDisableAndUninstall in core/modules/system/tests/system.test
Disables and uninstalls a module and asserts that it was done correctly.
EnableDisableTestCase::testEnableDisable in core/modules/system/tests/system.test
Test that all core modules can be enabled, disabled and uninstalled.
EntityExampleTestCase::testEntityExampleBasic in modules/examples/entity_example/tests/entity_example.test
Test Entity Example features.
EntityReferenceAdminTestCase::testFieldAdminHandler in core/modules/entityreference/tests/entityreference.admin.test
EntityReferenceFieldTestCase::createEntityReferenceField in core/modules/entityreference/tests/entityreference.field.test
Creates an entity reference field.
EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
Tests the "Show links" setting for the field formatter "Rendered entity".
EntityReferenceFormTestCase::postNodeFormWithEntityReference in core/modules/entityreference/tests/entityreference.form.test
Helper method to submit node creation form.
FieldBlockTestCase::testFieldBlock in core/modules/field/tests/field.test
Check special conditions around the main content block.
FieldExampleTest::createField in modules/examples/field_example/tests/field_example.test
Utility function to create fields on a content type.
FieldExampleTest::testExampleFieldBasic in modules/examples/field_example/tests/field_example.test
Test basic functionality of the example field.
FieldFormTestCase::testFieldFormAccess in core/modules/field/tests/field.test
Tests fields with no 'edit' access.
FieldFormTestCase::testFieldFormJSAddMore in core/modules/field/tests/field.test
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::testFieldFormSingle in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormSingleRequired in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimited in core/modules/field/tests/field.test
FieldFormTestCase::testFieldFormUnlimitedRequired in core/modules/field/tests/field.test
Tests the position of the "required" symbol and the validation error text.
FieldFormTestCase::testNestedFieldForm in core/modules/field/tests/field.test
Tests Field API form integration within a subform.
FieldTokenTestCase::testFieldToken in core/modules/field/tests/field.test
Test fields in token display mode.
FieldTranslationsTestCase::testFieldFormTranslationRevisions in core/modules/field/tests/field.test
Tests field translations when creating a new revision.
FieldUIManageDisplayTestCase::testFormatterUI in core/modules/field_ui/tests/field_ui.test
Tests formatter settings.
FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
Tests switching display modes to use custom or 'default' settings'.
FieldUIManageFieldsTestCase::testCardinalitySettings in core/modules/field_ui/tests/field_ui.test
Tests the cardinality settings of a field.
FieldUIManageFieldsTestCase::testDefaultValue in core/modules/field_ui/tests/field_ui.test
Tests that default value is correctly validated and saved.
FieldUIManageFieldsTestCase::testDeleteField in core/modules/field_ui/tests/field_ui.test
Tests that deletion removes fields and instances as expected.
FieldUIManageFieldsTestCase::testDuplicateFieldName in core/modules/field_ui/tests/field_ui.test
Tests that a duplicate field name is caught by validation.
FieldUIManageFieldsTestCase::testExternalDestinations in core/modules/field_ui/tests/field_ui.test
Tests that external URLs in the 'destinations' query parameter are blocked.
FieldUIManageFieldsTestCase::testRenameBundle in core/modules/field_ui/tests/field_ui.test
Tests renaming a bundle.
FieldUIManageFieldsTestCase::updateField in core/modules/field_ui/tests/field_ui.test
Tests editing an existing field.
FieldUITestCase::fieldUIAddExistingField in core/modules/field_ui/tests/field_ui.test
Adds an existing field through the Field UI.
FieldUITestCase::fieldUIAddNewField in core/modules/field_ui/tests/field_ui.test
Creates a new field through the Field UI.
FieldUITestCase::fieldUIDeleteField in core/modules/field_ui/tests/field_ui.test
Deletes a field instance through the Field UI.
FieldUIViewModeFunctionalTest::testFieldUIViewModes in core/modules/field_ui/tests/field_ui.test
Tests display mode functionality.
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
FileEditTestCase::testFileEdit in core/modules/file/tests/file.test
Check file edit functionality.
FileExampleTest::testFileExampleBasic in modules/examples/file_example/tests/file_example.test
Test the basic File Example UI.
FileFieldAnonymousSubmission::testAnonymousNode in core/modules/file/tests/file.test
Tests the basic node submission for an anonymous visitor.
FileFieldAnonymousSubmission::testAnonymousNodeWithFile in core/modules/file/tests/file.test
Tests file submission for an anonymous visitor.
FileFieldAnonymousSubmission::_testNodeWithFileWithoutTitle in core/modules/file/tests/file.test
Helper method to test file submissions with missing node titles.
FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
Tests normal formatter display on node display.
FileFieldRevisionTestCase::testRevisions in core/modules/file/tests/file.test
Tests creating multiple revisions of a node and managing attached files.
FileFieldValidateTestCase::testRequired in core/modules/file/tests/file.test
Tests the required property on file fields.
FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
Helper for testing exploiting the temporary file removal using fid.
FileFieldWidgetTestCase::testMultiValuedWidget in core/modules/file/tests/file.test
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTestCase::testPrivateFileComment in core/modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
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.
FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
Tests validation with the Upload button.
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.
FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
Tests file access for file uploaded to a private node.
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.
FileSaveUploadTest::setUp in core/modules/simpletest/tests/file.test
Sets up a Backdrop site for running functional and integration tests.
FileSaveUploadTest::testErrors in core/modules/simpletest/tests/file.test
Test for failure when uploading over a file that already exists.
FileSaveUploadTest::testExistingRename in core/modules/simpletest/tests/file.test
Test renaming when uploading over a file that already exists.
FileSaveUploadTest::testExistingReplace in core/modules/simpletest/tests/file.test
Test replacement 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.
FileSaveUploadTest::testNormal in core/modules/simpletest/tests/file.test
Test the file_save_upload() function.
FileTaxonomyTermTestCase::_testTermFile in core/modules/file/tests/file.test
Runs tests for attaching a file field to a taxonomy term.
FileTestHelper::removeNodeFile in core/modules/file/tests/file.test
Removes a file from a node.
FileTestHelper::replaceNodeFile in core/modules/file/tests/file.test
Replaces a file within a node.
FileTestHelper::uploadNodeFile in core/modules/file/tests/file.test
Uploads a file to a node.
FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
Test file types CRUD UI.
FileUploadTransliterationTest::testTransliteration in core/modules/simpletest/tests/file.test
FileUploadWizardTestCase::testFileUploadWizardBasic in core/modules/file/tests/file.test
Test the basic file upload wizard functionality.
FileUploadWizardTestCase::testFileUploadWizardFields in core/modules/file/tests/file.test
Test the file upload wizard field step.
FileUploadWizardTestCase::testFileUploadWizardSchemes in core/modules/file/tests/file.test
Test the file upload wizard scheme step.
FileUploadWizardTestCase::testFileUploadWizardStepSkipping in core/modules/file/tests/file.test
Test skipping each of the file upload wizard steps.
FileUploadWizardTestCase::testFileUploadWizardTypes in core/modules/file/tests/file.test
Test the file upload wizard type step.
FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
Create a file and verify its usage information.
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.
FilterDefaultFormatTestCase::testDefaultTextFormats in core/modules/filter/tests/filter.test
Tests if the default text format is accessible to users.
FilterEditorLinkValidateTestCase::testEditorLinkValidate in core/modules/filter/tests/filter_dialog.test
Check function _filter_format_editor_link_url_validate().
FilterExampleTestCase::testFilterExampleBasic in modules/examples/filter_example/tests/filter_example.test
Functional test of the foo filter.
FilterFormatAccessTestCase::setUp in core/modules/filter/tests/filter.test
FilterFormatAccessTestCase::testFormatWidgetPermissions in core/modules/filter/tests/filter.test
Tests editing a page using a disallowed text format.
FilterHooksTestCase::testFilterHooks in core/modules/filter/tests/filter.test
Tests hooks on format management.
FilterResetTestCase::testFilterReset in core/modules/system/tests/system.test
Test that the search and reset functionality on the modules page works.
FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
Tests removal of filtered content when an active filter is disabled.
FormCheckboxTestCase::testFormCheckbox in core/modules/simpletest/tests/form.test
FormEmailTestCase::testFormEmail in core/modules/simpletest/tests/form.test
Tests that #type 'email' fields are properly validated.
FormExampleTestCase::testElementExample in modules/examples/form_example/tests/form_example.test
Test the element_example form for correct behavior.
FormExampleTestCase::testTutorials in modules/examples/form_example/tests/form_example.test
Test each tutorial.
FormExampleTestCase::testWizard in modules/examples/form_example/tests/form_example.test
Test Wizard tutorial.
FormH5datetimeTestCase::testFormH5datetime in core/modules/simpletest/tests/form.test
Tests for #type 'html_date', 'html_time' and 'html_datetime' validation.
FormH5datetimeTestCase::testNoAccessH5DateOrTimeElement in core/modules/simpletest/tests/form.test
Test return value for disabled html_date and html_time elements.
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.
FormsElementsTableSelectFunctionalTest::testMultipleFalseSubmit in core/modules/simpletest/tests/form.test
Test submission of values when #multiple is FALSE.
FormsElementsTableSelectFunctionalTest::testMultipleTrueSubmit in core/modules/simpletest/tests/form.test
Test the submission of single and multiple values when #multiple is TRUE.
FormsFileInclusionTestCase::testLoadCustomInclude in core/modules/simpletest/tests/form.test
Tests loading a custom specified include.
FormsFormStoragePageCacheTestCase::testRebuildFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when rebuilding cached form.
FormsFormStoragePageCacheTestCase::testValidateFormStorageOnCachedPage in core/modules/simpletest/tests/form.test
Build-id is regenerated when validating cached form.
FormsFormStorageTestCase::testCachedFormStorageValidation in core/modules/simpletest/tests/form.test
Tests updating cached form storage during form validation.
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::testFormStatePersist in core/modules/simpletest/tests/form.test
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties.
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::testValidation in core/modules/simpletest/tests/form.test
Tests validation when form storage is used.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX in core/modules/simpletest/tests/form.test
Tests that a form's action is retained after an Ajax submission.
FormsRebuildTestCase::testRebuildPreservesValues in core/modules/simpletest/tests/form.test
Tests preservation of values.
FormsRedirectTestCase::testRedirect in core/modules/simpletest/tests/form.test
Tests form redirection.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormStateValuesCleanTestCase::testFormStateValuesClean in core/modules/simpletest/tests/form.test
Tests form_state_values_clean().
FormsTestCase::testCheckboxProcessing in core/modules/simpletest/tests/form.test
Test default value handling for checkboxes.
FormsTestCase::testColorValidation in core/modules/simpletest/tests/form.test
Tests validation of #type 'color' elements.
FormsTestCase::testDisabledElements in core/modules/simpletest/tests/form.test
Test handling of disabled elements.
FormsTestCase::testInputForgery in core/modules/simpletest/tests/form.test
Test Form API protections against input forgery.
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.
FormsTestCase::testSelect in core/modules/simpletest/tests/form.test
Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass in core/modules/simpletest/tests/form.test
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost in core/modules/simpletest/tests/form.test
Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormUrlTestCase::testFormUrl in core/modules/simpletest/tests/form.test
Tests that #type 'url' fields are properly validated and trimmed.
FormValidationTestCase::testCustomRequiredMessage in core/modules/simpletest/tests/form.test
Tests #required with custom validation errors.
FormValidationTestCase::testDisabledToken in core/modules/simpletest/tests/form.test
Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testMultiFormSameNameErrorClass in core/modules/simpletest/tests/form.test
Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate in core/modules/simpletest/tests/form.test
Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors in core/modules/simpletest/tests/form.test
Tests partial form validation through #limit_validation_errors.
FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
Test home page functionality.
GenericFieldTest::formCreateField in modules/examples/field_permission_example/tests/field_permission_example.test
Create a field using the content type management form.
GenericFieldTest::formTestGenericFieldNodeAddDeleteForm in modules/examples/field_permission_example/tests/field_permission_example.test
Add and delete all field types through Form API.
HookRequirementsTestCase::testHookRequirementsFailure in core/modules/system/tests/system.test
Assert that a module cannot be installed if it fails hook_requirements().
HTMLIdTestCase::testHTMLId in core/modules/simpletest/tests/form.test
Tests that HTML IDs do not get duplicated when form validation fails.
ImageAdminStylesUnitTest::testDefaultStyle in core/modules/image/tests/image.test
Test to override, edit, then revert a style.
ImageAdminStylesUnitTest::testNumericStyleName in core/modules/image/tests/image.test
Test creating an image style with a numeric name and ensuring it can be applied to an image.
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::testStyleReplacement in core/modules/image/tests/image.test
Test deleting a style and choosing a replacement style.
ImageExampleTestCase::testImageExample in modules/examples/image_example/tests/image_example.test
Test implementations of image API hooks.
ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/tests/image_example.test
Tests for image block provided by module.
ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
Test use of a default image with an image field.
ImageFieldDisplayTestCase::testImageFieldSettings in core/modules/image/tests/image.test
Tests for image field settings.
ImageFieldTestCase::uploadNodeImage in core/modules/image/tests/image.test
Upload an image to a node.
ImageFieldValidateTestCase::testRequiredAlt in core/modules/image/tests/image.test
Test required alt setting.
ImageStyleFlushTest::testFlush in core/modules/image/tests/image.test
General test to flush a style.
ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
Test that the image style tokens exist.
InstallerBrowserAdministrationTestCase::testProjectBrowserInstallPage in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserProjects in core/modules/installer/tests/installer.test
InstallerBrowserAdministrationTestCase::testProjectBrowserSearch in core/modules/installer/tests/installer.test
InstallerTestUploadCase::testUploadModule in core/modules/installer/tests/installer.test
Tests upload and extraction of a module.
LanguageListTest::testLanguageList in core/modules/language/tests/language.test
Functional tests for adding, configuring, and deleting languages.
LayoutBlockTest::testCustomTextBlocks in core/modules/layout/tests/layout.test
Test Custom Text blocks.
LayoutBlockTest::testHeroBlocks in core/modules/layout/tests/layout.test
Test Hero blocks.
LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
Test Page component blocks.
LayoutBlockTextTest::testBlockText in core/modules/layout/tests/layout.test
Tests the BlockText class functionality.
LayoutBlockUsageTestCase::testBlockUsage in core/modules/layout/tests/layout.test
Tests layout_get_block_usage().
LayoutCloneTest::testLayoutClone in core/modules/layout/tests/layout.test
LayoutDeletionTest::testLayoutDeletion in core/modules/layout/tests/layout.test
Tests that layouts that have special roles issue warning messages upon attempted deletion.
LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutHookTestCase::testLayoutHooks in core/modules/layout/tests/layout.test
Tests hook invocations for operations on layouts.
LayoutInterfaceTest::testBlockBasics in core/modules/layout/tests/layout.test
Add and remove blocks from a custom layout path.
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::testBlockUninstall in core/modules/layout/tests/layout.test
Tests layout_modules_uninstalled().
LayoutInterfaceTest::testBlockUserCompareConditions in core/modules/layout/tests/layout.test
Tests user account comparison condition.
LayoutInterfaceTest::testContexts in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testCurrentUser in core/modules/layout/tests/layout.test
Tests current user custom field block
LayoutInterfaceTest::testLayoutChange in core/modules/layout/tests/layout.test
Tests switching between different layouts, ensuring block copying.
LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
Tests conditions and menu item navigation.
LayoutInterfaceTest::testLayoutTemplates in core/modules/layout/tests/layout.test
Test that layout templates may be enabled and disabled.
LayoutInterfaceTest::testMainContentBlock in core/modules/layout/tests/layout.test
Check special conditions around the main content block.
LayoutInterfaceTest::testMenuItemReassignment in core/modules/layout/tests/layout.test
Ensure that reassignment of menu items works when deleting layouts.
LayoutInterfaceTest::testOverriddenPaths in core/modules/layout/tests/layout.test
Test the overriding of paths.
LayoutInterfaceTest::testRegionStyles in core/modules/layout/tests/layout.test
Test region styles.
LayoutInterfaceTest::testRelationships in core/modules/layout/tests/layout.test
Test the support for contexts within conditions and blocks.
LayoutInterfaceTest::testTaxonomyContext in core/modules/layout/tests/layout.test
Tests Taxonomy contexts within layouts.
LayoutInterfaceTest::testViewPageLink in core/modules/layout/tests/layout.test
Test the path view page link.
LayoutRendererTest::testRendererSelection in core/modules/layout/tests/layout.test
Test that the correct renderer is used
LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
Test role-based selection of layouts.
LinkAttributeCrudTest::createNodeForTesting in core/modules/link/tests/link.attribute.test
LinkAttributeCrudTest::testFormatters in core/modules/link/tests/link.attribute.test
Test the link_plain formatter and it's output.
LinkBaseTestClass::createLinkField in core/modules/link/tests/link.test
LinkTokenTest::testStaticTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a static title and an admin-entered token. Creates a node with a link and checks the title value.
LinkTokenTest::testTitleOnlyTitleNoLink in core/modules/link/tests/link.token.test
Test that if you have a title and no URL on a field which does not have tokens enabled, that the title is sanitized once.
LinkTokenTest::testUserTokenLinkCreate in core/modules/link/tests/link.token.test
Creates a link field with a required title enabled for user-entered tokens. Creates a node with a token in the link title and checks the value.
LinkUITest::testCRUDCreateFieldDefaults in core/modules/link/tests/link.ui.test
Creates a field with all the default values and check expected values.
LinkUITest::testCRUDCreateFieldWithClasses in core/modules/link/tests/link.ui.test
Tests adding custom classes (single and multiple) to link fields.
LinkUITest::testCRUDCreateFieldWithLinkType in core/modules/link/tests/link.ui.test
Tests the link type: "internal", "external", and "both" settings.
LinkUITest::testCRUDTitleOnlyTitleNoLink in core/modules/link/tests/link.ui.test
Tests that if a field has a title but no URL, the title is not sanitized twice.
LinkUITest::testLinkCreate in core/modules/link/tests/link.ui.test
Creates a link field for the "page" type and creates a page with a link.
LinkUITest::testStaticLinkCreate in core/modules/link/tests/link.ui.test
Tests if <strong> is used in a static title that the markup is retained.
LinkValidateTest::testBadUrlValidationOff in core/modules/link/tests/link.validate.test
Test if we can post a bad URL if the validation is expressly turned off.
LinkValidateTest::testXss in core/modules/link/tests/link.validate.test
Test if a bad URL will display if validation is disabled.
LinkValidateTest::validateUrl in core/modules/link/tests/link.validate.test
Checks if a URL is valid through the UI.
ListFieldDisplayTestCase::testListDisplayFormatterBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
ListFieldUITestCase::assertAllowedValuesInput in core/modules/field/modules/list/tests/list.test
Tests a string input for the 'allowed values' form element.
ListFieldUITestCase::testListAllowedValuesBoolean in core/modules/field/modules/list/tests/list.test
List (boolean) : test 'On/Off' values input.
LocaleCommentLanguageFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleCommentLanguageFunctionalTest::testCommentLanguage in core/modules/locale/tests/locale.test
Test that comment language is properly set.
LocaleConfigurationTest::testLanguageConfiguration in core/modules/locale/tests/locale.test
Functional tests for adding, editing and deleting languages.
LocaleContentFunctionalTest::testContentTypeDirLang in core/modules/locale/tests/locale.test
Test if a dir and lang tags exist in node's attributes.
LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a content type can be set to multilingual and language is present.
LocaleContentFunctionalTest::testMachineNameLTR in core/modules/locale/tests/locale.test
Verifies that machine name fields are always LTR.
LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/modules/locale/tests/locale.test
Functional tests for localizing date formats.
LocaleExportFunctionalTest::testExportTranslation in core/modules/locale/tests/locale.test
Test exportation of translations.
LocaleExportFunctionalTest::testExportTranslationTemplateFile in core/modules/locale/tests/locale.test
Test exportation of translation template file.
LocaleImportFunctionalTest::importPoFile in core/modules/locale/tests/locale.test
Helper function: import a standalone .po file in a given language.
LocaleImportFunctionalTest::testAutomaticModuleTranslationImportLanguageEnable in core/modules/locale/tests/locale.test
Test automatic import of a module's translation files.
LocaleImportFunctionalTest::testEmptyMsgstr in core/modules/locale/tests/locale.test
Test empty msgstr at end of .po file see #611786.
LocaleImportFunctionalTest::testStandalonePoFile in core/modules/locale/tests/locale.test
Test import of standalone .po files.
LocaleLanguageNegotiationInfoFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleLanguageNegotiationInfoFunctionalTest::testInfoAlterations in core/modules/locale/tests/locale.test
Tests alterations to language types/negotiation info.
LocaleLanguageSwitchingFunctionalTest::testLanguageBlock in core/modules/locale/tests/locale.test
Functional tests for the language switcher block.
LocaleMultilingualFieldsFunctionalTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleMultilingualFieldsFunctionalTest::testMultilingualDisplaySettings in core/modules/locale/tests/locale.test
LocaleMultilingualFieldsFunctionalTest::testMultilingualNodeForm in core/modules/locale/tests/locale.test
Test if field languages are correctly set through the node form.
LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
Test if a language can be associated with a URL alias.
LocalePluralFormatTest::importPoFile in core/modules/locale/tests/locale.test
Imports a standalone .po file in a given language.
LocaleTranslationFunctionalTest::testJavaScriptTranslation in core/modules/locale/tests/locale.test
LocaleTranslationFunctionalTest::testStringSearch in core/modules/locale/tests/locale.test
Tests translation search form.
LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
Adds a language and tests string translation by users with the appropriate permissions.
LocaleTranslationFunctionalTest::testStringValidation in core/modules/locale/tests/locale.test
Tests the validation of the translation input.
LocaleUILanguageNegotiationTest::testLanguageDomain in core/modules/locale/tests/locale.test
Tests url() when separate domains are used for multiple languages.
LocaleUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/locale/tests/locale.test
Tests for language switching by URL path.
LocaleUILanguageNegotiationTest::testUrlLanguageFallback in core/modules/locale/tests/locale.test
Test URL language detection when the requested URL has no language.
LocaleUninstallFunctionalTest::testUninstallProcess in core/modules/locale/tests/locale.test
Check if the values of the Locale variables are correct after uninstall.
LocaleUrlRewritingTest::setUp in core/modules/locale/tests/locale.test
Sets up a Backdrop site for running functional and integration tests.
LocaleUrlRewritingTest::testDomainNameNegotiationPort in core/modules/locale/tests/locale.test
Check URL rewriting when using a domain name and a non-standard port.
LocaleUserCreationTest::testLocalUserCreation in core/modules/locale/tests/locale.test
Functional test for language handling during user creation.
LocaleUserLanguageFunctionalTest::testUserLanguageConfiguration in core/modules/locale/tests/locale.test
Test if user can change their default language.
MenuBlockTestCase::addMenuLink in core/modules/system/tests/system.test
Add a menu link using the menu module UI.
MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
Test Menu Block functionality.
MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
Tests breadcrumbs on node and administrative paths.
MenuExampleTestCase::testMenuExample in modules/examples/menu_example/tests/menu_example.test
Test the various menus.
MenuLanguageTestCase::testMenuParentLanguageNode in core/modules/menu/tests/menu_language.test
Test that the available parent menu items match on the node form.
MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
Test creating, editing, deleting menu links via node form widget.
MenuTestCase::addCustomMenu in core/modules/menu/tests/menu.test
Add custom menu.
MenuTestCase::addInvalidMenuLink in core/modules/menu/tests/menu.test
Attempt to add menu link with invalid path or no access permission.
MenuTestCase::addMenuLink in core/modules/menu/tests/menu.test
Add a menu link using the menu module UI.
MenuTestCase::deleteCustomMenu in core/modules/menu/tests/menu.test
Delete custom menu.
MenuTestCase::deleteMenuLink in core/modules/menu/tests/menu.test
Delete a menu link using the menu module UI.
MenuTestCase::disableMenuLink in core/modules/menu/tests/menu.test
Disable a menu link.
MenuTestCase::doMenuTests in core/modules/menu/tests/menu.test
Test menu functionality using main-menu menu.
MenuTestCase::enableMenuLink in core/modules/menu/tests/menu.test
Enable a menu link.
MenuTestCase::modifyMenuLink in core/modules/menu/tests/menu.test
Modify a menu link using the menu module UI.
MenuTestCase::moveMenuLink in core/modules/menu/tests/menu.test
Change the parent of a menu link using the menu module UI.
MenuTestCase::resetMenuLink in core/modules/menu/tests/menu.test
Reset a standard menu link using the menu module UI.
MenuTestCase::testMenuQueryAndFragment in core/modules/menu/tests/menu.test
Add and remove a menu link with a query string and fragment.
ModuleDependencyTestCase::testEnableRequirementsFailureDependency in core/modules/system/tests/system.test
Tests enabling a module that depends on a module which fails hook_requirements().
ModuleDependencyTestCase::testEnableWithoutDependency in core/modules/system/tests/system.test
Attempt to enable translation module without locale enabled.
ModuleDependencyTestCase::testMissingModules in core/modules/system/tests/system.test
Attempt to enable a module with a missing dependency.
ModuleDependencyTestCase::testModuleEnableOrder in core/modules/system/tests/system.test
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
ModuleDependencyTestCase::testProjectNamespaceForDependencies in core/modules/system/tests/system.test
Checks functionality of project namespaces for dependencies.
ModuleDependencyTestCase::testUninstallDependents in core/modules/system/tests/system.test
Tests attempting to uninstall a module that has installed dependents.
ModuleUninstallTestCase::testUninstallCommentAddNode in core/modules/simpletest/tests/module.test
Test that uninstalling Comment and then immediately adding a node works.
ModuleUninstallTestCase::testUninstallLocale in core/modules/simpletest/tests/module.test
Tests that uninstalling locale does not cause problems.
NodeAccessBaseTableTestCase::testNodeAccessBasic in core/modules/node/tests/node.test
Tests the "private" node access functionality.
NodeAccessExampleTestCase::checkSearchResults in modules/examples/node_access_example/tests/node_access_example.test
Helper function.
NodeAccessExampleTestCase::testNodeAccessBasic in modules/examples/node_access_example/tests/node_access_example.test
Test the "private" node access.
NodeAccessFieldTestCase::testNodeAccessAdministerField in core/modules/node/tests/node.test
Tests administering fields when node access is restricted.
NodeAccessRebuildTestCase::testNodeAccessRebuild in core/modules/node/tests/node.test
Tests rebuilding the node access permissions table.
NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
Tests the recent content block.
NodeCreationTestCase::testNodeCreation in core/modules/node/tests/node.test
Creates a "Page" node and verifies its consistency in the database.
NodeCreationTestCase::testUnpublishedNodeCreation in core/modules/node/tests/node.test
Create an unpublished node and confirm correct redirect behavior.
NodeEntityViewModeAlterTest::testNodeViewModeChange in core/modules/node/tests/node.test
Create a "Page" node and verify its consistency in the database.
NodeEntityViewModeAlterTest::testNodeViewModeChangeHiddenField in core/modules/node/tests/node.test
Tests fields that were previously hidden when the display mode is changed.
NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
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.
NodeLayoutPreviewTestCase::testNodeLayoutPreview in core/modules/node/tests/node.test
Tests that the correct layout is used for node add and node edit previews.
NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
Tests deleting nodes clears page cache.
NodePageCacheTest::testNodeUpdateInsertCache in core/modules/node/tests/node.test
Test node update and insert with entity cache.
NodePostSettingsTestCase::testPageNotPostInfo in core/modules/node/tests/node.test
Confirms absence of post information on a new node.
NodePostSettingsTestCase::testPagePostInfo in core/modules/node/tests/node.test
Confirms "Page" content type and post information is on a new node.
NodePublishScheduling::testNodeTypeCreateDefaultDraft in core/modules/node/tests/node.test
NodeRevisionsTestCase::testRevisions in core/modules/node/tests/node.test
Checks node revision related operations.
NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
Tests the Existing content block.
NodeTypeExampleTest::testNodeCreation in modules/examples/node_type_example/tests/node_type_example.test
Verifies the functionality of the Node Type Example module.
NodeTypePersistenceTestCase::testNodeTypeCustomizationPersistence in core/modules/node/tests/node.test
Tests that node type customizations persist through disable and uninstall.
NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
Tests creating a content type programmatically and via a form.
NodeTypeTestCase::testNodeTypeEditing in core/modules/node/tests/node.test
Tests editing a node type using the UI.
NodeTypeTestCase::testNodeTypePermissions in core/modules/node/tests/node.test
Tests that node types permissions are correctly set from the Node Type UI.
NumberFieldSettingsTestCase::testNumberDecimalFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_decimal field settings.
NumberFieldSettingsTestCase::testNumberIntegerFieldSettings in core/modules/field/modules/number/tests/number_settings.test
Test number_integer field settings.
NumberFieldTestCase::testNumberDecimalField in core/modules/field/modules/number/tests/number.test
Test number_decimal field.
NumberFieldTestCase::testNumberDecimalFieldStepValidation in core/modules/field/modules/number/tests/number.test
Test number_decimal field step validation.
NumberFieldTestCase::testNumberFieldEmpty in core/modules/field/modules/number/tests/number.test
Test empty value submission.
NumberFieldTestCase::testNumberFloatField in core/modules/field/modules/number/tests/number.test
Test number_float field.
NumberFieldTestCase::testNumberIntegerField in core/modules/field/modules/number/tests/number.test
Test number_integer field.
OptionsWidgetsTestCase::testCheckBoxes in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (multiple select).
OptionsWidgetsTestCase::testOnOffCheckbox in core/modules/field/modules/options/tests/options.test
Tests the 'options_onoff' widget.
OptionsWidgetsTestCase::testRadioButtons in core/modules/field/modules/options/tests/options.test
Tests the 'options_buttons' widget (single select).
OptionsWidgetsTestCase::testSelectListMultiple in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (multiple select).
OptionsWidgetsTestCase::testSelectListSingle in core/modules/field/modules/options/tests/options.test
Tests the 'options_select' widget (single select).
PageEditTestCase::testPageAuthoredBy in core/modules/node/tests/node.test
Tests changing a node's "authored by" field.
PageEditTestCase::testPageEdit in core/modules/node/tests/node.test
Checks node edit functionality.
PageNotFoundTestCase::test404PathOnSystemForm in core/modules/system/tests/system.test
PageNotFoundTestCase::testPageNotFound in core/modules/system/tests/system.test
PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
Checks the node preview functionality.
PageTitleFiltering::testTitleTags in core/modules/system/tests/system.test
Tests the handling of HTML by backdrop_set_title() and backdrop_get_title()
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
PathLanguageTestCase::setUp in core/modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
Test alias functionality through the admin interfaces.
PathLanguageUITestCase::setUp in core/modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathLanguageUITestCase::testDefaultLanguageURLs in core/modules/path/tests/path.test
Tests that a default language URL alias works.
PathLanguageUITestCase::testLanguageNeutralURLs in core/modules/path/tests/path.test
Tests that a language-neutral URL alias works.
PathLanguageUITestCase::testNonDefaultURLs in core/modules/path/tests/path.test
Tests that a non-default language URL alias works.
PathMonolingualTestCase::setUp in core/modules/path/tests/path.test
Sets up a Backdrop site for running functional and integration tests.
PathPatternBulkUpdateTestCase::testBulkUpdate 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::testNodeOperations in core/modules/path/tests/path_pattern.test
Test node operations.
PathPatternFunctionalTestCase::testNodeTypeCreate in core/modules/path/tests/path_pattern.test
Create a new content type with new path pattern.
PathPatternFunctionalTestCase::testPatternsValidation in core/modules/path/tests/path_pattern.test
PathPatternFunctionalTestCase::testTermEditing in core/modules/path/tests/path_pattern.test
Basic functional testing of Path automatic aliases with taxonomy terms.
PathPatternFunctionalTestCase::testUserOperations in core/modules/path/tests/path_pattern.test
Test user operations.
PathPatternLocaleTestCase::testNeutralTransliteration in core/modules/path/tests/path_pattern.test
Language neutral German node has the correct transliteration applied.
PathTaxonomyTermTestCase::testTermAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testAdminAlias in core/modules/path/tests/path.test
Tests alias functionality through the admin interfaces.
PathTestCase::testDuplicateNodeAlias in core/modules/path/tests/path.test
Tests that tries to create a duplicate alias are caught by validation.
PathTestCase::testNodeAlias in core/modules/path/tests/path.test
Tests alias functionality through the node interfaces.
PathTestCase::testPathCache in core/modules/path/tests/path.test
Tests the path cache.
QueueExampleTestCase::testQueueExampleBasic in modules/examples/queue_example/tests/queue_example.test
Test the queue behavior through user interaction.
RedirectFunctionalTest::testPageCache in core/modules/redirect/tests/redirect.test
Tests the links added to 404 pages for creating URL redirects.
RedirectFunctionalTest::testPathChangeRedirects in core/modules/redirect/tests/redirect.test
Tests renaming automatic aliases in a circular loop.
SearchAdvancedSearchForm::testNodeType in core/modules/search/tests/search.test
Test using the search form with GET and POST queries. Test using the advanced search form to limit search to nodes of type "Page".
SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
Test that the search block form works correctly.
SearchCommentCountToggleTestCase::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
Verify that comment count displays correctly based on comment status of node.
SearchCommentTestCase::assertCommentAccess in core/modules/search/tests/search.test
Update search index and search for comment.
SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
Verify that 'Add comment' does not appear in search results or index.
SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
Verify that comments are rendered using proper format in search results.
SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsForm::setUp in core/modules/search/tests/search.test
Sets up a Backdrop site for running functional and integration tests.
SearchConfigSettingsForm::testSearchModuleDisabling in core/modules/search/tests/search.test
Verify that you can disable individual search modules.
SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
Verify enabling/disabling of certain node types.
SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
Verify the search settings form.
SearchEmbedForm::testEmbeddedForm in core/modules/search/tests/search.test
Tests that the embedded form appears and can be submitted.
SearchExactTestCase::testExactQuery in core/modules/search/tests/search.test
Tests that the correct number of pager links are found for both keywords and phrases.
SearchLanguageTestCase::testLanguages in core/modules/search/tests/search.test
SearchNodeAccessTest::testPhraseSearchPunctuation in core/modules/search/tests/search.test
Tests that search works with punctuation and HTML entities.
SearchNumberMatchingTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchNumbersTestCase::testNumberSearching in core/modules/search/tests/search.test
Tests that all the numbers can be searched.
SearchPageText::testSearchText in core/modules/search/tests/search.test
Tests the failed search text, and various other text on the search page.
SearchRankingTestCase::testRankings in core/modules/search/tests/search.test
SessionHttpsTestCase::testEmptySessionId in core/modules/simpletest/tests/session.test
Tests that empty session IDs do not cause unrelated sessions to load.
SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
SessionTestCase::testSessionSaveRegenerate in core/modules/simpletest/tests/session.test
Tests for backdrop_save_session() and backdrop_session_regenerate().
SimpleTestBrokenSetUp::testBreakSetUp in core/modules/simpletest/tests/simpletest.test
Runs this test case from within the simpletest child site.
SimpleTestBrowserTestCase::testGetAbsoluteUrl in core/modules/simpletest/tests/simpletest.test
Test BackdropWebTestCase::getAbsoluteUrl().
SimpleTestExampleTestCase::testSimpleTestExampleCreate in modules/examples/simpletest_example/tests/simpletest_example.test
Create a simpletest_example node using the node form.
SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
Test the internal browsers functionality.
SimpleTestFunctionalTest::testWebTestRunner in core/modules/simpletest/tests/simpletest.test
Make sure that tests selected through the web interface are run and that the results are displayed correctly.
SimpleTestInstallationProfileModuleTestsTestCase::testInstallationProfileTests in core/modules/simpletest/tests/simpletest.test
Tests existence of test case located in an installation profile module.
SimpleTestMissingCheckedRequirements::testCheckRequirements in core/modules/simpletest/tests/simpletest.test
Ensures test will not run when requirements are missing.
SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
Verify site maintenance mode functionality.
SyslogTestCase::testSettings in core/modules/syslog/tests/syslog.test
Test the syslog settings page.
SystemBlockTestCase::testSystemBlocks in core/modules/system/tests/system.test
Test displaying and hiding the powered-by and help blocks.
SystemThemeFunctionalTest::testAdministrationTheme in core/modules/system/tests/system.test
Test the administration theme functionality.
SystemThemeFunctionalTest::testPerThemeSettings in core/modules/system/tests/system.test
Test the individual per-theme settings form.
SystemThemeFunctionalTest::testThemeSettings in core/modules/system/tests/system.test
Test theme settings.
TaxonomyHooksTestCase::testTaxonomyTermHooks in core/modules/taxonomy/tests/taxonomy.test
Test that hooks are run correctly on creating, editing, viewing, and deleting a term.
TaxonomyLanguageFunctionalTest::setUp in core/modules/taxonomy/tests/taxonomy.test
Sets up a Backdrop site for running functional and integration tests.
TaxonomyLanguageFunctionalTest::testNodeTermLanguageCreation in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyLanguageFunctionalTest::testVocabularyLanguageInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
TaxonomyLegacyTestCase::testTaxonomyLegacyNode in core/modules/taxonomy/tests/taxonomy.test
Test taxonomy functionality with nodes prior to 1970.
TaxonomyRSSTestCase::testTaxonomyRSS in core/modules/taxonomy/tests/taxonomy.test
Tests that terms added to nodes are displayed in core RSS feed.
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.
TaxonomyTermIndexTestCase::testTaxonomyIndex in core/modules/taxonomy/tests/taxonomy.test
Tests that the taxonomy index is maintained properly.
TaxonomyTermTestCase::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/taxonomy.test
Test term creation with a free-tagging vocabulary from the node form.
TaxonomyTermTestCase::testTaxonomyNode in core/modules/taxonomy/tests/taxonomy.test
Test that hook_node_$op implementations work correctly.
TaxonomyTermTestCase::testTaxonomyTermHierarchy in core/modules/taxonomy/tests/taxonomy.test
Test terms in a single and multiple hierarchy.
TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTermTestCase::testTermMultipleParentsInterface in core/modules/taxonomy/tests/taxonomy.test
Test saving a term with multiple parents through the UI.
TaxonomyTermTestCase::testTermReorder in core/modules/taxonomy/tests/taxonomy.test
Save, edit and delete a term using the user interface.
TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/taxonomy.test
Creates some terms and a node, then tests the tokens generated from them.
TaxonomyVocabularyFunctionalTest::testTaxonomyAdminDeletingVocabulary in core/modules/taxonomy/tests/taxonomy.test
Deleting a vocabulary.
TaxonomyVocabularyFunctionalTest::testVocabularyInterface in core/modules/taxonomy/tests/taxonomy.test
Create, configure and delete a vocabulary via the user interface.
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::_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().
TextSummaryTestCase::testOnlyTextSummary in core/modules/field/modules/text/tests/text.test
Test sending only summary.
TextTranslationTestCase::setUp in core/modules/field/modules/text/tests/text.test
Sets up a Backdrop site for running functional and integration tests.
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.
TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
Test interface.
TokenNodeTestCase::testNodeTokens in core/modules/simpletest/tests/token.test
TokenUserTestCase::testUserTokens in core/modules/simpletest/tests/token.test
TranslationTestCase::addLanguage in core/modules/translation/tests/translation.test
Installs the specified language, or enables it if it is already installed.
TranslationTestCase::createPage in core/modules/translation/tests/translation.test
Creates a "Page" in the specified language.
TranslationTestCase::createTranslation in core/modules/translation/tests/translation.test
Creates a translation for a page in the specified language.
TranslationTestCase::setUp in core/modules/translation/tests/translation.test
Sets up a Backdrop site for running functional and integration tests.
TranslationTestCase::testContentTranslation in core/modules/translation/tests/translation.test
Creates, modifies, and updates a page with a translation.
TranslationTestCase::testLanguageSwitcherBlockIntegration in core/modules/translation/tests/translation.test
Tests that the language switcher block alterations work as intended.
TranslationTestCase::testLanguageSwitchLinks in core/modules/translation/tests/translation.test
Checks that the language switch links behave properly.
UpdateScriptFunctionalTest::testNoPendingUpdates in core/modules/system/tests/system.test
Tests that there are no pending updates for the first test method.
UpdateScriptFunctionalTest::testNoUpdateFunctionality in core/modules/system/tests/system.test
Tests update.php when there are no updates to apply.
UpdateScriptFunctionalTest::testRequirements in core/modules/system/tests/system.test
Tests that requirements warnings and errors are correctly displayed.
UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/system.test
Tests update.php after performing a successful update.
UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
Perform the upgrade.
UrlAlterFunctionalTest::testUrlAlter in core/modules/simpletest/tests/path.test
Test that URL altering works and that it occurs in the correct order.
UserAdminTestCase::testUserAdmin in core/modules/user/tests/user.test
Registers a user and deletes it.
UserBlocksUnitTests::testDisabledAccountLink in core/modules/user/tests/user.test
Tests disabling the 'My account' link.
UserBlocksUnitTests::testUserLoginBlock in core/modules/user/tests/user.test
Tests the secondary menu.
UserCancelTestCase::testMassUserCancelByAdmin in core/modules/user/tests/user.test
Create an administrative user and mass-delete other users.
UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
Delete account and anonymize all content.
UserCancelTestCase::testUserBlock in core/modules/user/tests/user.test
Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
Disable account and unpublish all content.
UserCancelTestCase::testUserCancelByAdmin in core/modules/user/tests/user.test
Create an administrative user and delete another user.
UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
Attempt invalid account cancellations.
UserCancelTestCase::testUserCancelUid1 in core/modules/user/tests/user.test
Tests that user account for uid 1 cannot be cancelled.
UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
Delete account and remove all content.
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.
UserCreateTestCase::testUserWithWeakPassword in core/modules/user/tests/user.test
Tests setting a weak password.
UserEditedOwnAccountTestCase::testUserEditedOwnAccount in core/modules/user/tests/user.test
Tests a user editing their own account.
UserEditRebuildTestCase::testUserEditFormRebuild in core/modules/user/tests/user.test
Test user edit page when the form is set to rebuild.
UserEditTestCase::testUserEdit in core/modules/user/tests/user.test
Test user edit page.
UserEditTestCase::testUserWith0Password in core/modules/user/tests/user.test
Tests setting the password to "0".
UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
Make an unsuccessful login attempt.
UserLoginTestCase::testAccountNotFound in core/modules/user/tests/user.test
Attempt to login with an unregistered username.
UserLoginTestCase::testArrayLoginValues in core/modules/user/tests/user.test
Attempt to login with an invalid array users and passwords.
UserPasswordResetTest::testPasswordResetFloodControlPerIp in core/modules/user/tests/user_password_reset.test
Test IP-based flood control on password reset.
UserPasswordResetTest::testPasswordResetFloodControlPerUser in core/modules/user/tests/user_password_reset.test
Test user-based flood control on password reset.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
Tests password reset functionality.
UserPasswordResetTest::testUserResetPasswordTextboxFilled in core/modules/user/tests/user_password_reset.test
Prefill the text box on incorrect login via link to password reset page.
UserPermissionsTestCase::testAdministratorRole in core/modules/user/tests/user.test
Test assigning of permissions for the administrator role.
UserPermissionsTestCase::testEditorRole in core/modules/user/tests/user.test
Test assigning of permissions for the editor role.
UserPermissionsTestCase::testUserPermissionChanges in core/modules/user/tests/user.test
Change user permissions and check user_access().
UserPictureTestCase::saveUserPicture in core/modules/user/tests/user.test
UserPictureTestCase::testDeletePicture in core/modules/user/tests/user.test
Tests deletion of user pictures.
UserPictureTestCase::testUserPictureAdminFormValidation in core/modules/user/tests/user.test
Tests the admin form validates user picture settings.
UserRegistrationTestCase::testRegistrationDefaultValues in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationEmailAsUsername in core/modules/user/tests/user.test
Tests new users username matches their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailAsUsernameDisabled in core/modules/user/tests/user.test
Tests new users username not matching their email if username is an email.
UserRegistrationTestCase::testRegistrationEmailDuplicates in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithEmailVerification in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithoutEmailVerification in core/modules/user/tests/user.test
UserRegistrationTestCase::testRegistrationWithUserFields in core/modules/user/tests/user.test
Tests Field API fields on user registration forms.
UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
Test adding, renaming and deleting roles.
UserRoleAdminTestCase::testRoleWeightChange in core/modules/user/tests/user.test
Test user role weight change operation.
UserRolesAssignmentTestCase::testAssignAndRemoveRole in core/modules/user/tests/user.test
Tests that a user can be assigned a role and that the role can be removed again.
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.
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.
UserTimeZoneFunctionalTest::testUserTimeZone in core/modules/user/tests/user.test
Tests the display of dates and time when user-configurable time zones are set.
UserUserSearchTestCase::testUserSearch in core/modules/user/tests/user.test
UserValidateCurrentPassCustomForm::testUserValidateCurrentPassCustomForm in core/modules/user/tests/user.test
Tests that user_validate_current_pass can be reused on a custom form.
ViewsAnalyzeTest::testAnalyzeBasic in core/modules/views/tests/views_analyze.test
Tests that analyze works in general.
ViewsArgumentDefaultTest::testArgumentDefaultNoOptions in core/modules/views/tests/views_argument_default.test
Tests the use of a default argument plugin that provides no options.
ViewsExposedFormTest::testExposedAdminUi in core/modules/views/tests/views_exposed_form.test
Tests the admin interface of exposed filter and sort items.
ViewsExposedFormTest::testExposedRemember in core/modules/views/tests/views_exposed_form.test
Test remembering exposed filters.
ViewsHandlerFilterDateTest::testUiValidation in core/modules/views/tests/handlers/views_handler_filter_date.test
Make sure the validation callbacks works.
ViewsHandlerFilterMultipleTest::testMultipleFilters in core/modules/views/tests/handlers/views_handler_filter_multiple.test
Tests combining an exposed filter with a non-exposed one.
ViewsHandlersTest::testFilterInOperatorUi in core/modules/views/tests/views_handlers.test
ViewsLayoutsTest::testViewsLayouts in core/modules/views/tests/views_layout.test
Tests that a contextual filter input can be passed in from a layout.
ViewsPagerTest::testStorePagerSettings in core/modules/views/tests/views_pager.test
Pagers was sometimes not stored.
ViewsPluginDisplayBlockTestCase::testViewBlocks in core/modules/views/tests/plugins/views_plugin_display_block.test
Tests, whether and how the reset button can be renamed.
viewsUiGroupbyTestCase::testGroupBySave in core/modules/views/tests/views_groupby.test
Tests whether basic saving works.
ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
ViewsUIWizardDefaultViewsTestCase::testDefaultViews in core/modules/views/tests/views_ui.test
Tests default views.
ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
Tests that displays can be overridden via the UI.
ViewsUIWizardDisplaysTestCase::testReorderDisplays in core/modules/views/tests/views_ui.test
Test reordering of displays.
ViewsUIWizardDisplaysTestCase::testRevertAllDisplays in core/modules/views/tests/views_ui.test
Tests that the revert to all displays select-option works as expected.
ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
Tests that the wizard correctly sets up default and overridden displays.
ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
Tests the number of items per page.
ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
Tests the jump menu style plugin.
ViewsUIWizardMenuTestCase::testMenus in core/modules/views/tests/views_ui.test
Tests the menu functionality.
ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
Tests the sorting functionality.
ViewsUIWizardTaggedWithTestCase::testTaggedWith in core/modules/views/tests/views_ui.test
Tests the "tagged with" functionality.
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.