139 calls to BackdropWebTestCase::assertResponse()
- AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
- AjaxExampleTestCase::testDynamicSectionsNoJs in modules/examples/ajax_example/tests/ajax_example.test
- Check the non-JavaScript version of the "Dynamic Sections" example.
- BackdropErrorHandlerUnitTest::testErrorHandler in core/modules/simpletest/tests/error.test
- Test the error handler.
- BlockTranslationTestCase::testTranslateCustomBlock in core/modules/block/tests/block.translation.test
- Test creating custom block, translate it, and then deleting it.
- BookTestCase::testBookDelete in core/modules/book/tests/book.test
- Tests the access for deleting top-level book nodes.
- BootstrapPageCacheTestCase::testConditionalRequests in core/modules/simpletest/tests/bootstrap.test
- Test support for requests containing If-Modified-Since and If-None-Match headers.
- BootstrapPageCacheTestCase::testPageCache in core/modules/simpletest/tests/bootstrap.test
- Test cache headers.
- 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.
- CommentApprovalTest::testApprovalNodeInterface in core/modules/comment/tests/comment.test
- Tests comment approval functionality through the node interface.
- CommentAuthorDeletionTestCase::testAuthorDeletion in core/modules/comment/tests/comment.test
- Tests that comments are correctly deleted when their author is deleted.
- CommentAuthorDeletionTestCase::testAuthorDeletionCommentModuleDisabled in core/modules/comment/tests/comment.test
- Test comment author deletion while the comment module is disabled.
- CommonBackdropRenderTestCase::testBackdropRenderInvalidKeys in core/modules/simpletest/tests/common.test
- Test rendering elements with invalid keys.
- 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.
- ContactPersonalTestCase::testPersonalContactAccess in core/modules/contact/tests/contact.test
- Tests access to the personal contact form.
- ContactSitewideTestCase::testSiteWideContact in core/modules/contact/tests/contact.test
- Tests configuration options and the site-wide contact form.
- CronRunTestCase::testCronRun in core/modules/system/tests/system.test
- Test cron runs.
- DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
- Test the dashboard layout.
- 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::testDBLogCorrupted in core/modules/dblog/tests/dblog.test
- Tests corrupted log entries can still display available data.
- DBLogTestCase::testLogMessageSanitized in core/modules/dblog/tests/dblog.test
- Make sure HTML tags are filtered out in the log detail page.
- DBLogTestCase::verifyDateFormat in core/modules/dblog/tests/dblog.test
- Verifies setting of the database log date format.
- DBLogTestCase::verifyReports in core/modules/dblog/tests/dblog.test
- Confirms that database log reports are displayed at the correct paths.
- DBLogTestCase::verifyRowLimit in core/modules/dblog/tests/dblog.test
- Verifies setting of the database log row limit.
- DebugReportTestCase::testDebugReportPage in core/modules/system/tests/system.test
- Tests the "admin/reports/debug" page.
- EntityExampleTestCase::testEntityExampleBasic in modules/examples/entity_example/tests/entity_example.test
- Test Entity Example features.
- FieldUIManageFieldsTestCase::testDeleteField in core/modules/field_ui/tests/field_ui.test
- Tests that deletion removes fields and instances as expected.
- FileAccessTestCase::testFilePageAccess in core/modules/file/tests/file.test
- Tests page access.
- FileAccessTestCase::testFilePrivateDownloadAccess in core/modules/file/tests/file.test
- Test to see if we have access to download private files when granted the permissions.
- FileAdminTestCase::testFileAdminPages in core/modules/file/tests/file.test
- Tests file overview with different user permissions.
- FileDownloadTest::checkUrl in core/modules/simpletest/tests/file.test
- Download a file from the URL generated by file_create_url().
- FileDownloadTest::testPrivateFileTransfer in core/modules/simpletest/tests/file.test
- Test the private file transfer system.
- FileDownloadTest::testPublicFileTransfer in core/modules/simpletest/tests/file.test
- Test the public file transfer system.
- 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.
- FileFieldWidgetTestCase::doTestTemporaryFileRemovalExploit in core/modules/file/tests/file.test
- Helper for testing exploiting the temporary file removal using fid.
- 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.
- FilePrivateTestCase::testPrivateFile in core/modules/file/tests/file.test
- Tests file access for file uploaded to a private node.
- FilePrivateTestCase::testPrivateFileDownloadAccessGranted in core/modules/file/tests/file.test
- Tests file access for private nodes when file download access is granted.
- FileSaveUploadTest::setUp in core/modules/simpletest/tests/file.test
- 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.
- FileTypeTestCase::testAdminPages in core/modules/file/tests/file.test
- Test admin pages access and functionality.
- FileTypeTestCase::testTypesCrudUi in core/modules/file/tests/file.test
- Test file types CRUD UI.
- FilterAdminTestCase::testFilterAdmin in core/modules/filter/tests/filter.test
- Tests filter administration functionality.
- FilterEditorAccessTestCase::testDialogAccess in core/modules/filter/tests/filter.test
- Checks access to editor dialogs for adding images and links.
- FilterExampleTestCase::testFilterExampleBasic in modules/examples/filter_example/tests/filter_example.test
- Functional test of the foo filter.
- FilterFormatAccessTestCase::testFormatPermissions in core/modules/filter/tests/filter.test
- Tests the Filter format access permissions functionality.
- FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced in core/modules/simpletest/tests/form.test
- Tests form_state_values_clean().
- ImageAdminStylesUnitTest::testStyle in core/modules/image/tests/image.test
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageDimensionsUnitTest::testImageDimensions in core/modules/image/tests/image.test
- Test styled image dimensions cumulatively.
- ImageFieldDisplayTestCase::_testImageFieldFormatters in core/modules/image/tests/image.test
- Test image formatters on node display.
- ImageFieldValidateTestCase::testTypeSupport in core/modules/image/tests/image.test
- Test for supported image types.
- ImageStyleFlushTest::testFlush in core/modules/image/tests/image.test
- General test to flush a style.
- ImageStylesPathAndUrlUnitTest::testImageStyleUrlForMissingSourceImage in core/modules/image/tests/image.test
- Test that an invalid source image returns a 404.
- ImageStylesPathAndUrlUnitTest::_testImageStyleUrlAndPath in core/modules/image/tests/image.test
- Test image_style_url().
- ImageStyleTokenTests::testTokens in core/modules/image/tests/token.test
- Test that the image style tokens exist.
- JsExampleTestCase::testJsExampleMenus in modules/examples/js_example/tests/js_example.test
- Tests the menu paths defined in js_example module.
- LanguageListTest::testLanguageList in core/modules/language/tests/language.test
- Functional tests for adding, configuring, and deleting languages.
- LanguageUpgradePathTestCase::testLanguageUpgrade in core/modules/simpletest/tests/upgrade/upgrade.language.test
- Tests a successful upgrade.
- LayoutCloneTest::testLayoutClone in core/modules/layout/tests/layout.test
- LayoutFlexibleTemplateTest::testLayoutFlexibleTemplates in core/modules/layout/tests/layout.test
- Test that layout templates may be enabled and disabled.
- LayoutInterfaceTest::testLayoutMenuItems in core/modules/layout/tests/layout.test
- Tests conditions and menu item navigation.
- LayoutInterfaceTest::testViewPageLink in core/modules/layout/tests/layout.test
- Test the path view page link.
- LayoutSelectionTest::testRoleSelection in core/modules/layout/tests/layout.test
- Test role-based selection of layouts.
- LocaleTranslationFunctionalTest::testStringTranslation in core/modules/locale/tests/locale.test
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/locale/tests/locale.test
- Tests for language switching by URL path.
- LocaleUrlRewritingTest::checkUrl in core/modules/locale/tests/locale.test
- Check URL rewriting for the given language.
- MenuBlockTestCase::addMenuLink in core/modules/system/tests/system.test
- Add a menu link using the menu module UI.
- 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.
- MenuRouterTestCase::testMenuItemTitlesCases in core/modules/simpletest/tests/menu.test
- Tests the possible ways to set the title for menu items.
Also tests that menu item titles work with string overrides.
- 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::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::testMenuParentsJsAccess in core/modules/menu/tests/menu.test
- Test administrative users other than user 1 can access the menu parents AJAX callback.
- MenuTestCase::verifyAccess in core/modules/menu/tests/menu.test
- Verify the logged in user has the desired access to the various menu nodes.
- MenuTestCase::verifyMenuLink in core/modules/menu/tests/menu.test
- Verify a menu link using the menu module UI.
- MenuTrailTestCase::testCustom403And404Pages in core/modules/simpletest/tests/menu.test
- Tests that the active trail works correctly on custom 403 and 404 pages.
- NodeAccessBaseTableTestCase::testNodeAccessBasic in core/modules/node/tests/node.test
- Tests the "private" node access functionality.
- NodeAccessExampleTestCase::checkResponse 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.
- 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::testNodeExampleRevision in modules/examples/node_hooks_example/tests/node_hooks_example.test
- Tests revisions of ratings.
- NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
- Tests deleting nodes clears page cache.
- NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
- Creates one node and tests if the node title has the correct value.
- NodeTypeExampleTest::testBodyLabel in modules/examples/node_type_example/tests/node_type_example.test
- Checks whether the body label is "Example description."
- NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
- Tests creating a content type programmatically and via a form.
- NumberFieldTestCase::testNumberFieldEmpty in core/modules/field/modules/number/tests/number.test
- Test empty value submission.
- PageExampleTestCase::pageExampleVerifyNoAccess in modules/examples/page_example/tests/page_example.test
- Verify that current user has no access to page.
- PageExampleTestCase::testPageExampleBasic in modules/examples/page_example/tests/page_example.test
- Functional test for various page types.
- PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
- Checks the node preview functionality.
- PageViewTestCase::testPageView in core/modules/node/tests/node.test
- Tests an anonymous and unpermissioned user attempting to edit the node.
- PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
- Test alias functionality through the admin interfaces.
- PathMonolingualTestCase::testPageLinks in core/modules/path/tests/path.test
- Verifies that links do not have language prefixes in them.
- 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.
- 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::testNodeAlias in core/modules/path/tests/path.test
- Tests alias functionality through the node interfaces.
- SearchBlockTestCase::testBlock in core/modules/search/tests/search.test
- Test that the search block form works correctly.
- SessionHttpsTestCase::testHttpsSession in core/modules/simpletest/tests/session.test
- SessionTestCase::sessionReset in core/modules/simpletest/tests/session.test
- Reset the cookie file so that it refers to the specified user.
- SessionTestCase::testEmptySessionID in core/modules/simpletest/tests/session.test
- Test that empty session IDs are not allowed.
- SimpleTestExampleTestCase::testSimpleTestExampleEdit in modules/examples/simpletest_example/tests/simpletest_example.test
- Create a simpletest_example node and then see if our user can edit it.
- SimpleTestFunctionalTest::testInternalBrowser in core/modules/simpletest/tests/simpletest.test
- Test the internal browsers functionality.
- SimpleTestFunctionalTest::testUserAgentValidation in core/modules/simpletest/tests/simpletest.test
- Test validation of the User-Agent header we use to perform test requests.
- SiteMaintenanceTestCase::testSiteMaintenance in core/modules/system/tests/system.test
- Verify site maintenance mode functionality.
- SystemIndexPhpTest::testIndexPhpHandling in core/modules/system/tests/system.test
- Test index.php handling.
- TabledragExampleTestCase::testTabledragExampleMenus in modules/examples/tabledrag_example/tests/tabledrag_example.test
- Tests the menu paths defined in tabledrag_example module.
- TaxonomyTermTestCase::testTaxonomySelectNodesAlter in core/modules/taxonomy/tests/taxonomy.test
- Tests that taxonomy term detail page is working even after the default
taxonomy_select_nodes() query is altered.
- TaxonomyTermTestCase::testTermInterface in core/modules/taxonomy/tests/taxonomy.test
- Save, edit and delete a term using the user interface.
- UpdateScriptFunctionalTest::testNoUpdateFunctionality in core/modules/system/tests/system.test
- Tests update.php when there are no updates to apply.
- UpdateScriptFunctionalTest::testSuccessfulUpdateFunctionality in core/modules/system/tests/system.test
- Tests update.php after performing a successful update.
- UpdateScriptFunctionalTest::testUpdateAccess in core/modules/system/tests/system.test
- Tests access to the update script.
- UpgradePathTestCase::performUpgrade in core/modules/simpletest/tests/upgrade/upgrade.test
- Perform the upgrade.
- UserAutocompleteTestCase::testUserAutocomplete in core/modules/user/tests/user.test
- Tests access to user autocompletion and verify the correct results.
- UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
- Attempt to cancel account without permission.
- UserLoginTestBase::assertFailedLogin in core/modules/user/tests/user.test
- Make an unsuccessful login attempt.
- UserPasswordResetTest::testUserPasswordReset in core/modules/user/tests/user_password_reset.test
- Tests password reset functionality.
- UserRegistrationTestCase::testRegistrationWithEmailVerification in core/modules/user/tests/user.test
- UserRoleAdminTestCase::testRoleAdministration in core/modules/user/tests/user.test
- Test adding, renaming and deleting roles.
- VerticalTabsExampleTestCase::testVerticalTabsExampleMenus in modules/examples/vertical_tabs_example/tests/vertical_tabs_example.test
- Tests the menu paths defined in vertical_tabs_example module.
- ViewsArgumentValidatorTest::testArgumentValidatePhpFailure in core/modules/views/tests/views_argument_validator.test
- Make sure argument validation works properly.
- ViewsUIWizardJumpMenuTestCase::testJumpMenus in core/modules/views/tests/views_ui.test
- Tests the jump menu style plugin.