You are here

367 calls to WebTestBase::assertResponse() in Zircon Profile 8

AccessDeniedTest::testAccessDenied in core/modules/system/src/Tests/System/AccessDeniedTest.php
AccessRoleTest::testAccessRole in core/modules/user/src/Tests/Views/AccessRoleTest.php
Tests role access plugin.
AccessRoleUITest::testAccessRoleUI in core/modules/user/src/Tests/Views/AccessRoleUITest.php
Tests the role access plugin UI.
AccessTest::testStaticAccessPlugin in core/modules/views/src/Tests/Plugin/AccessTest.php
Tests static access check.
AddFeedTest::testAddFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Creates and ensures that a feed is unique, checks source, and deletes feed.
AddFeedTest::testAddLongFeed in core/modules/aggregator/src/Tests/AddFeedTest.php
Tests feeds with very long URLs.
AddFeedTest::testFeedLabelEscaping in core/modules/aggregator/src/Tests/AddFeedTest.php
Ensures that the feed label is escaping when rendering the feed icon.
AdminTest::testCompactMode in core/modules/system/src/Tests/System/AdminTest.php
Test compact mode.
AggregatorAdminTest::testSettingsPage in core/modules/aggregator/src/Tests/AggregatorAdminTest.php
Tests the settings form to ensure the correct default values are used.
AggregatorRenderingTest::testFeedPage in core/modules/aggregator/src/Tests/AggregatorRenderingTest.php
Creates a feed and checks that feed's page.
AggregatorTestBase::updateFeedItems in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Updates the feed items.
AreaHTTPStatusCodeTest::testHTTPStatusCodeHandler in core/modules/views/src/Tests/Handler/AreaHTTPStatusCodeTest.php
Tests the area handler.
AuthTest::testRead in core/modules/rest/src/Tests/AuthTest.php
Tests reading from an authenticated resource.
BasicAuthTest::testBasicAuth in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test http basic authentication.
BasicAuthTest::testGlobalLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the global login flood control.
BasicAuthTest::testLocale in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests compatibility with locale/UI translation.
BasicAuthTest::testPerUserLoginFloodControl in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Test the per-user login flood control.
BasicAuthTest::testUnauthorizedErrorMessage in core/modules/basic_auth/src/Tests/Authentication/BasicAuthTest.php
Tests if a comprehensive message is displayed when the route is denied.
BasicTest::testViewsWizardAndListing in core/modules/views/src/Tests/Wizard/BasicTest.php
BlockAdminThemeTest::testAdminTheme in core/modules/block/src/Tests/BlockAdminThemeTest.php
Check for the accessibility of the admin theme on the block admin page.
BlockCacheTest::testCachePerPage in core/modules/block/src/Tests/BlockCacheTest.php
Test "url" cache context.
BlockContentCreationTest::testBlockContentCreation in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block and verifies its consistency in the database.
BlockContentCreationTest::testBlockContentCreationMultipleViewModes in core/modules/block_content/src/Tests/BlockContentCreationTest.php
Creates a "Basic page" block with multiple view modes.
BlockContentIntegrationTest::testBlockContentViewTypeArgument in core/modules/block_content/src/Tests/Views/BlockContentIntegrationTest.php
Tests basic block_content view with a block_content_type argument.
BlockContentListTest::testListing in core/modules/block_content/src/Tests/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/src/Tests/BlockContentListViewsTest.php
Tests the custom block listing page.
BlockContentPageViewTest::testPageEdit in core/modules/block_content/src/Tests/BlockContentPageViewTest.php
Checks block edit and fallback functionality.
BlockContentTypeTest::testBlockContentTypeCreation in core/modules/block_content/src/Tests/BlockContentTypeTest.php
Tests creating a block type programmatically and via a form.
BlockContextMappingUpdateTest::testUpdateHookN in core/modules/block/src/Tests/Update/BlockContextMappingUpdateTest.php
Tests that block context mapping is updated properly.
BlockFormInBlockTest::testCachePerPage in core/modules/block/src/Tests/BlockFormInBlockTest.php
Test to see if form in block's redirect isn't cached.
BlockUiTest::testBlockAdminUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block admin page exists and functions correctly.
BlockUiTest::testBlockDemoUiPage in core/modules/block/src/Tests/BlockUiTest.php
Test block demo page exists and functions correctly.
BookTest::testBookDelete in core/modules/book/src/Tests/BookTest.php
Tests the access for deleting top-level book nodes.
BookTest::testBookExport in core/modules/book/src/Tests/BookTest.php
Tests book export ("printer-friendly version") functionality.
BreadcrumbTest::testBreadCrumbs in core/modules/system/src/Tests/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BulkFormAccessTest::testUserDeleteAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testUserEditAccess in core/modules/user/src/Tests/Views/BulkFormAccessTest.php
Tests if users that may not be edited, can not be edited in bulk.
CacheWebTest::testCacheOutputOnPage in core/modules/views/src/Tests/Plugin/CacheWebTest.php
Tests the output caching on an actual page.
ColorTest::_testColor in core/modules/color/src/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentAdminTest::testApprovalNodeInterface in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment approval functionality through the node interface.
CommentAdminTest::testCommentAdmin in core/modules/comment/src/Tests/CommentAdminTest.php
Tests comment bundle admin.
CommentAnonymousTest::testAnonymous in core/modules/comment/src/Tests/CommentAnonymousTest.php
Tests anonymous comment functionality.
CommentInterfaceTest::testCommentInterface in core/modules/comment/src/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in core/modules/comment/src/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
CommentNonNodeTest::testCommentFunctionality in core/modules/comment/src/Tests/CommentNonNodeTest.php
Tests anonymous comment functionality.
CommentOperationsTest::testCommentOperations in core/modules/comment/src/Tests/Views/CommentOperationsTest.php
Test the operations field plugin.
CommentRestExportTest::testCommentRestExport in core/modules/comment/src/Tests/Views/CommentRestExportTest.php
Test comment row.
CommentTranslationUITest::testTranslateLinkCommentAdminPage in core/modules/comment/src/Tests/CommentTranslationUITest.php
Tests translate link on comment content admin page.
CommentTypeTest::testCommentTypeCreation in core/modules/comment/src/Tests/CommentTypeTest.php
Tests creating a comment type programmatically and via a form.
ConfigEntityListTest::testListUI in core/modules/config/src/Tests/ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityStatusUITest::testCRUD in core/modules/config/src/Tests/ConfigEntityStatusUITest.php
Tests status operations.
ConfigEntityTest::testCRUDUI in core/modules/config/src/Tests/ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigExportUITest::testExport in core/modules/config/src/Tests/ConfigExportUITest.php
Tests export of configuration.
ConfigImportUploadTest::testImport in core/modules/config/src/Tests/ConfigImportUploadTest.php
Tests importing configuration.
ConfigTranslationInstallTest::testConfigTranslation in core/modules/config_translation/src/Tests/ConfigTranslationInstallTest.php
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the contact form translation.
ConfigTranslationUiTest::testSingleLanguageUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the single language existing.
ConfigTranslationUiTest::testSourceAndTargetLanguage in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests source and target language edge cases.
ConfigTranslationUiTest::testSourceValueDuplicateSave in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the site information translation interface.
ConfigTranslationUiTest::testViewsTranslationUI in core/modules/config_translation/src/Tests/ConfigTranslationUiTest.php
Tests the views translation interface.
ConfigTranslationUiThemeTest::testThemeDiscovery in core/modules/config_translation/src/Tests/ConfigTranslationUiThemeTest.php
Tests that theme provided *.config_translation.yml files are found.
ConfigurationTest::testActionConfiguration in core/modules/action/src/Tests/ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
ContactLanguageTest::testContactLanguage in core/modules/contact/src/Tests/ContactLanguageTest.php
Tests configuration options with language enabled.
ContactPersonalTest::checkContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Creates a user and then checks contact form access.
ContactPersonalTest::testPersonalContactAccess in core/modules/contact/src/Tests/ContactPersonalTest.php
Tests access to the personal contact form.
ContactSitewideTest::deleteContactForms in core/modules/contact/src/Tests/ContactSitewideTest.php
Deletes all forms.
ContactSitewideTest::testSiteWideContact in core/modules/contact/src/Tests/ContactSitewideTest.php
Tests configuration options and the site-wide contact form.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/src/Tests/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationOperationsTest::testOperationTranslateLink in core/modules/content_translation/src/Tests/ContentTranslationOperationsTest.php
Test that the operation "Translate" is displayed in the content listing.
ContentTranslationUITestBase::doTestBasicTranslation in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests the basic translation workflow.
ContentTranslationUITestBase::doTestTranslationDeletion in core/modules/content_translation/src/Tests/ContentTranslationUITestBase.php
Tests translation deletion.
ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/content_translation/src/Tests/ContentTranslationWorkflowsTest.php
Checks that workflows have the expected behaviors for the given user.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/src/Tests/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
CreateTest::assertCreateEntityInvalidData in core/modules/rest/src/Tests/CreateTest.php
Try to send invalid data that cannot be correctly deserialized.
CreateTest::assertCreateEntityInvalidSerialized in core/modules/rest/src/Tests/CreateTest.php
Send an invalid UUID to trigger the entity validation.
CreateTest::assertCreateEntityNoData in core/modules/rest/src/Tests/CreateTest.php
Try to send no data at all, which does not make sense on POST requests.
CreateTest::assertCreateEntityOverRestApi in core/modules/rest/src/Tests/CreateTest.php
Creates the entity over the REST API.
CreateTest::assertCreateEntityWithoutProperPermissions in core/modules/rest/src/Tests/CreateTest.php
Try to create an entity without proper permissions.
CreateTest::testCreateEntityTest in core/modules/rest/src/Tests/CreateTest.php
Tests valid and invalid create requests for 'entity_test' entity type.
CreateTest::testCreateNode in core/modules/rest/src/Tests/CreateTest.php
Tests several valid and invalid create requests for 'node' entity type.
CreateTest::testCreateResourceRestApiNotEnabled in core/modules/rest/src/Tests/CreateTest.php
Try to create a resource which is not REST API enabled.
CreateTest::testCreateUser in core/modules/rest/src/Tests/CreateTest.php
Tests several valid and invalid create requests for 'user' entity type.
CreateTest::testCreateWithoutPermission in core/modules/rest/src/Tests/CreateTest.php
Ensure that an entity cannot be created without the restful permission.
CronRunTest::testCronRun in core/modules/system/src/Tests/System/CronRunTest.php
Test cron runs.
CronRunTest::testManualCron in core/modules/system/src/Tests/System/CronRunTest.php
Ensure that the manual cron run is working.
CsrfTest::testBasicAuth in core/modules/rest/src/Tests/CsrfTest.php
Tests that CSRF check is not triggered for Basic Auth requests.
CsrfTest::testCookieAuth in core/modules/rest/src/Tests/CsrfTest.php
Tests that CSRF check is triggered for Cookie Auth requests.
DateFormatsLockedTest::testDateLocking in core/modules/system/src/Tests/System/DateFormatsLockedTest.php
Tests attempts at listing, editing, and deleting locked date formats.
DateTimeFieldTest::testDatelistWidget in core/modules/datetime/src/Tests/DateTimeFieldTest.php
Tests Date List Widget functionality.
DbLogResourceTest::testWatchdog in core/modules/dblog/src/Tests/Rest/DbLogResourceTest.php
Writes a log messages and retrieves it via the REST API.
DbLogTest::doNode in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some node events.
DbLogTest::doUser in core/modules/dblog/src/Tests/DbLogTest.php
Generates and then verifies some user events.
DbLogTest::testFilter in core/modules/dblog/src/Tests/DbLogTest.php
Tests the database log filter functionality at admin/reports/dblog.
DbLogTest::testOverviewLinks in core/modules/dblog/src/Tests/DbLogTest.php
Make sure HTML tags are filtered out in the log overview links.
DbLogTest::testTemporaryUser in core/modules/dblog/src/Tests/DbLogTest.php
Tests that the details page displays correctly for a temporary user.
DbLogTest::verifyReports in core/modules/dblog/src/Tests/DbLogTest.php
Confirms that database log reports are displayed at the correct paths.
DbLogTest::verifyRowLimit in core/modules/dblog/src/Tests/DbLogTest.php
Verifies setting of the database log row limit.
DbLogTest::verifySort in core/modules/dblog/src/Tests/DbLogTest.php
Verifies the sorting functionality of the database logging reports table.
DefaultViewsTest::testArchiveView in core/modules/views/src/Tests/DefaultViewsTest.php
Tests the archive view.
DefaultViewsTest::testDefaultViews in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests default views.
DefaultViewsTest::testSplitListing in core/modules/views_ui/src/Tests/DefaultViewsTest.php
Tests that enabling views moves them to the correct table.
DeleteFeedTest::testDeleteFeed in core/modules/aggregator/src/Tests/DeleteFeedTest.php
Deletes a feed and ensures that all of its services are deleted.
DeleteTest::testDelete in core/modules/rest/src/Tests/DeleteTest.php
Tests several valid and invalid delete requests on all entity types.
DestinationTest::testDestination in core/modules/system/src/Tests/Routing/DestinationTest.php
Tests that $_GET/$_REQUEST['destination'] only contain internal URLs.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/src/Tests/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayBlockTest::testBlockContextualLinks in core/modules/block/src/Tests/Views/DisplayBlockTest.php
Tests the contextual links on a Views block.
DisplayFeedTest::testDisabledFeed in core/modules/views/src/Tests/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayPageWebTest::assertPagePath in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests that we can successfully change a view page display path.
DisplayPageWebTest::testArguments in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests arguments.
DisplayPageWebTest::testPageDisplayMenu in core/modules/views/src/Tests/Plugin/DisplayPageWebTest.php
Tests menu settings of page displays.
DisplayPathTest::testDefaultMenuTabRegression in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the regression in https://www.drupal.org/node/2532490.
DisplayPathTest::testMenuOptions in core/modules/views_ui/src/Tests/DisplayPathTest.php
Tests the menu and tab option form.
DisplayTest::testInvalidDisplayPlugins in core/modules/views/src/Tests/Plugin/DisplayTest.php
Tests invalid display plugins.
DisplayTest::testPageContextualLinks in core/modules/views_ui/src/Tests/DisplayTest.php
Tests contextual links on Views page displays.
DistributionProfileTest::testInstalled in core/modules/system/src/Tests/Installer/DistributionProfileTest.php
Confirms that the installation succeeded.
DownloadTest::checkUrl in core/modules/file/src/Tests/DownloadTest.php
Download a file from the URL generated by file_create_url().
DownloadTest::doPrivateFileTransferTest in core/modules/file/src/Tests/DownloadTest.php
Test the private file transfer system.
DownloadTest::testPublicFileTransfer in core/modules/file/src/Tests/DownloadTest.php
Test the public file transfer system.
EarlyRenderingControllerTest::testEarlyRendering in core/modules/system/src/Tests/Common/EarlyRenderingControllerTest.php
Tests theme preprocess functions being able to attach assets.
EditorLoadingTest::testLoading in core/modules/editor/src/Tests/EditorLoadingTest.php
Tests loading of text editors.
EditorSecurityTest::testSwitchingSecurity in core/modules/editor/src/Tests/EditorSecurityTest.php
Tests administrator security: is the user safe when switching text formats?
EntityDisplayModeTest::testEntityFormModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityFormMode user interface.
EntityDisplayModeTest::testEntityViewModeUI in core/modules/field_ui/src/Tests/EntityDisplayModeTest.php
Tests the EntityViewMode user interface.
EntityFilteringThemeTest::testThemedEntity in core/modules/system/src/Tests/Theme/EntityFilteringThemeTest.php
Checks each themed entity for XSS filtering in available themes.
EntityReferenceAdminTest::testFieldAdminHandler in core/modules/field/src/Tests/EntityReference/EntityReferenceAdminTest.php
Tests the Entity Reference Admin UI.
EntityReferenceFileUploadTest::testFileUpload in core/modules/field/src/Tests/EntityReference/EntityReferenceFileUploadTest.php
Tests that the autocomplete input element does not cause ajax fatal.
EntityViewControllerTest::testEntityViewController in core/modules/system/src/Tests/Entity/EntityViewControllerTest.php
Tests EntityViewController.
EntityWithUriCacheTagsTestBase::testEntityUri in core/modules/system/src/Tests/Entity/EntityWithUriCacheTagsTestBase.php
Tests cache tags presence and invalidation of the entity at its URI.
ErrorHandlerTest::testErrorHandler in core/modules/system/src/Tests/System/ErrorHandlerTest.php
Test the error handler.
ExposedFormTest::testInputRequired in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Test the input required exposed form type.
ExposedFormTest::testResetButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests whether the reset button works on an exposed form.
ExposedFormTest::testSubmitButton in core/modules/views/src/Tests/Plugin/ExposedFormTest.php
Tests the submit button.
FeedAdminDisplayTest::testFeedUpdateFields in core/modules/aggregator/src/Tests/FeedAdminDisplayTest.php
Tests the "Next update" and "Last update" fields.
FeedParserTest::testAtomSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the Atom format.
FeedParserTest::testHtmlEntitiesSample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses HTML entities in item titles.
FeedParserTest::testRSS091Sample in core/modules/aggregator/src/Tests/FeedParserTest.php
Tests a feed that uses the RSS 0.91 format.
FieldUIRouteTest::testFieldUIRoutes in core/modules/field_ui/src/Tests/FieldUIRouteTest.php
Ensures that entity types with bundles do not break following entity types.
FieldUITest::testHandlerUIAggregation in core/modules/field/src/Tests/Views/FieldUITest.php
Tests the basic field handler form when aggregation is enabled.
FieldWebTest::testClickSorting in core/modules/views/src/Tests/Handler/FieldWebTest.php
Tests the click sorting functionality.
FileFieldWidgetTest::testPrivateFileComment in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testPrivateFileSetting in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests a file field with a "Private files" upload destination setting.
FileFieldWidgetTest::testSingleValuedWidget in core/modules/file/src/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for a single-valued File field.
FileListingTest::testFileListingPages in core/modules/file/src/Tests/FileListingTest.php
Tests file overview with different user permissions.
FilePrivateTest::testPrivateFile in core/modules/file/src/Tests/FilePrivateTest.php
Tests file access for file uploaded to a private node.
FilterAdminTest::testFilterAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests filter administration functionality.
FilterAdminTest::testFormatAdmin in core/modules/filter/src/Tests/FilterAdminTest.php
Tests the format administration functionality.
FilterFormatAccessTest::testFormatPermissions in core/modules/filter/src/Tests/FilterFormatAccessTest.php
Tests the Filter format access permissions functionality.
FormTest::testLabelOnMultiValueFields in core/modules/field/src/Tests/FormTest.php
Tests the form display of the label for multi-value fields.
FormValuesTest::testSimpleAjaxFormValue in core/modules/system/src/Tests/Ajax/FormValuesTest.php
Submits forms with select and checkbox elements via Ajax.
ForumTest::createForum in core/modules/forum/src/Tests/ForumTest.php
Creates a forum container or a forum.
ForumTest::deleteForum in core/modules/forum/src/Tests/ForumTest.php
Deletes a forum.
ForumTest::doAdminTests in core/modules/forum/src/Tests/ForumTest.php
Runs admin tests on the admin user.
ForumTest::editForumVocabulary in core/modules/forum/src/Tests/ForumTest.php
Edits the forum taxonomy.
ForumTest::testForum in core/modules/forum/src/Tests/ForumTest.php
Tests forum functionality through the admin and user interfaces.
ForumTest::testForumWithNewPost in core/modules/forum/src/Tests/ForumTest.php
Tests a forum with a new post displays properly.
ForumTest::verifyForums in core/modules/forum/src/Tests/ForumTest.php
Verifies that the logged in user has access to a forum node.
ForumTest::verifyForumView in core/modules/forum/src/Tests/ForumTest.php
Verifies the display of a forum page.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/src/Tests/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrontPageTest::testAdminFrontPage in core/modules/node/src/Tests/Views/FrontPageTest.php
Tests the frontpage when logged in as admin.
GlossaryTest::testGlossaryView in core/modules/views/src/Tests/GlossaryTest.php
Tests the default glossary view.
HelpTest::verifyHelp in core/modules/help/src/Tests/HelpTest.php
Verifies the logged in user has access to the various help nodes.
HistoryTest::testHistory in core/modules/history/src/Tests/HistoryTest.php
Verifies that the history endpoints work.
HtaccessTest::assertFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Asserts that a file exists and requesting it returns a specific response.
HtaccessTest::testFileAccess in core/modules/system/src/Tests/System/HtaccessTest.php
Iterates over protected files and calls assertNoFileAccess().
HtaccessTest::testSvgzContentEncoding in core/modules/system/src/Tests/System/HtaccessTest.php
Tests that SVGZ files are served with Content-Encoding: gzip.
HtmlResponseAttachmentsTest::testAttachments in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Test rendering of ['#attached'].
HtmlResponseAttachmentsTest::testRenderCachedBlock in core/modules/system/src/Tests/Render/HtmlResponseAttachmentsTest.php
Test caching of ['#attached'].
ImageAdminStylesTest::testEditEffect in core/modules/image/src/Tests/ImageAdminStylesTest.php
Verifies that editing an image effect does not cause it to be duplicated.
ImageAdminStylesTest::testStyle in core/modules/image/src/Tests/ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDisplayTest::_testImageFieldFormatters in core/modules/image/src/Tests/ImageFieldDisplayTest.php
Test image formatters on node display.
ImageStyleFlushTest::testFlush in core/modules/image/src/Tests/ImageStyleFlushTest.php
General test to flush a style.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageStylesPathAndUrlTest::testImageStyleUrlForMissingSourceImage in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests that an invalid source image returns a 404.
IndexPhpTest::testIndexPhpHandling in core/modules/system/src/Tests/System/IndexPhpTest.php
Test index.php handling.
InstallerEmptySettingsTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerEmptySettingsTest.php
Verifies that installation succeeded.
InstallerExistingDatabaseSettingsTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingDatabaseSettingsTest.php
Verifies that installation succeeded.
InstallerExistingSettingsNoProfileTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingSettingsNoProfileTest.php
Verifies that installation succeeded.
InstallerExistingSettingsTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerExistingSettingsTest.php
Verifies that installation succeeded.
InstallerLanguageDirectionTest::testInstalled in core/modules/system/src/Tests/Installer/InstallerLanguageDirectionTest.php
Confirms that the installation succeeded.
InstallerLanguagePageTest::testInstalled in core/modules/system/src/Tests/Installer/InstallerLanguagePageTest.php
Confirms that the installation succeeded.
InstallerTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTest.php
Ensures that the user page is available after installation.
InstallerTranslationTest::testInstaller in core/modules/system/src/Tests/Installer/InstallerTranslationTest.php
Verifies the expected behaviors of the installation result.
InstallUninstallTest::assertHelp in core/modules/system/src/Tests/Module/InstallUninstallTest.php
Verifies a module's help.
ItemsPerPageTest::testItemsPerPage in core/modules/views/src/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LanguageListTest::testLanguageList in core/modules/language/src/Tests/LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguagePathMonolingualTest::testPageLinks in core/modules/language/src/Tests/LanguagePathMonolingualTest.php
Verifies that links do not have language prefixes in them.
LanguageUILanguageNegotiationTest::testDisableLanguageSwitcher in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests if the language switcher block gets deleted when a language type has been made not configurable.
LanguageUILanguageNegotiationTest::testUILanguageNegotiation in core/modules/language/src/Tests/LanguageUILanguageNegotiationTest.php
Tests for language switching by URL path.
LanguageUrlRewritingTest::checkUrl in core/modules/language/src/Tests/LanguageUrlRewritingTest.php
Check URL rewriting for the given language.
LocaleLocaleLookupTest::testCircularDependency in core/modules/locale/src/Tests/LocaleLocaleLookupTest.php
Tests that there are no circular dependencies.
LocaleTranslationUiTest::testStringTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
Adds a language and tests string translation by users with the appropriate permissions.
ManageDisplayTest::testFormatterUI in core/modules/field_ui/src/Tests/ManageDisplayTest.php
Tests formatter settings.
ManageFieldsTest::deleteField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests deleting a field from the field edit form.
ManageFieldsTest::testExternalDestinations in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that external URLs in the 'destinations' query parameter are blocked.
ManageFieldsTest::testLockedField in core/modules/field_ui/src/Tests/ManageFieldsTest.php
Tests that Field UI respects locked fields.
MenuAccessTest::testMenuBlockLinksAccessCheck in core/modules/system/src/Tests/Menu/MenuAccessTest.php
Tests menu link for route with access check.
MenuRouterTest::doTestMenuOptionalPlaceholders in core/modules/system/src/Tests/Menu/MenuRouterTest.php
Test menu links that have optional placeholders.
MenuTest::addMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Adds a menu link using the UI.
MenuTest::deleteCustomMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes the locally stored custom menu.
MenuTest::deleteMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Deletes a menu link using the UI.
MenuTest::doMenuLinkFormDefaultsTest in core/modules/menu_ui/src/Tests/MenuTest.php
Ensures that the proper default values are set when adding a menu link
MenuTest::doMenuTests in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality.
MenuTest::modifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Modifies a menu link using the UI.
MenuTest::moveMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Changes the parent of a menu link using the UI.
MenuTest::resetMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Resets a standard menu link using the UI.
MenuTest::testBlockContextualLinks in core/modules/menu_ui/src/Tests/MenuTest.php
Tests the contextual links on a menu block.
MenuTest::testMenu in core/modules/menu_ui/src/Tests/MenuTest.php
Tests menu functionality using the admin and user interfaces.
MenuTest::testMenuParentsJsAccess in core/modules/menu_ui/src/Tests/MenuTest.php
Tests if administrative users other than user 1 can access the menu parents AJAX callback.
MenuTest::testMenus in core/modules/views/src/Tests/Wizard/MenuTest.php
Tests the menu functionality.
MenuTest::verifyAccess in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies the logged in user has the desired access to various menu pages.
MenuTest::verifyMenuLink in core/modules/menu_ui/src/Tests/MenuTest.php
Verifies a menu link using the UI.
MinimalTest::testMinimal in core/profiles/minimal/src/Tests/MinimalTest.php
Tests Minimal installation profile.
ModulesListFormWebTest::testModuleListForm in core/modules/system/src/Tests/Form/ModulesListFormWebTest.php
Tests the module list form.
NodeAccessBaseTableTest::testNodeAccessBasic in core/modules/node/src/Tests/NodeAccessBaseTableTest.php
Tests the "private" node access functionality.
NodeAdminTest::testContentAdminPages in core/modules/node/src/Tests/NodeAdminTest.php
Tests content overview with different user permissions.
NodeCommentsTest::testNewComments in core/modules/comment/src/Tests/Views/NodeCommentsTest.php
Test the new comments field plugin.
NodeContextualLinksTest::testNodeContextualLinks in core/modules/node/src/Tests/Views/NodeContextualLinksTest.php
Tests contextual links.
NodeCreationTest::testNodeAddWithoutContentTypes in core/modules/node/src/Tests/NodeCreationTest.php
Check node/add when no node types exist.
NodeCreationTest::testNodeCreation in core/modules/node/src/Tests/NodeCreationTest.php
Creates a "Basic page" node and verifies its consistency in the database.
NodeHelpTest::testNodeShowHelpText in core/modules/node/src/Tests/NodeHelpTest.php
Verifies that help text appears on node add/edit forms.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/src/Tests/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
NodeTest::testBundleNormalization in core/modules/rest/src/Tests/NodeTest.php
Test bundle normalization when posting bundle as a simple string.
NodeTest::testCreate in core/modules/rest/src/Tests/NodeTest.php
Test creating a node using json serialization.
NodeTest::testInvalidBundle in core/modules/rest/src/Tests/NodeTest.php
Test bundle normalization when posting using a simple string.
NodeTest::testMissingBundle in core/modules/rest/src/Tests/NodeTest.php
Test when the bundle is missing.
NodeTest::testNodes in core/modules/rest/src/Tests/NodeTest.php
Performs various tests on nodes and their REST API.
NodeTranslationUITest::testDisabledBundle in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/src/Tests/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeTest::testNodeTypeCreation in core/modules/node/src/Tests/NodeTypeTest.php
Tests creating a content type programmatically and via a form.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/src/Tests/NodeTypeTest.php
Tests deleting a content type that still has content.
NoHelpTest::testMainPageNoHelp in core/modules/help/src/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.
OverrideDisplaysTest::testOverrideDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/src/Tests/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageCacheTest::testConditionalRequests in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests support of requests with If-Modified-Since and If-None-Match headers.
PageCacheTest::testConfigChangePageCache in core/modules/rest/src/Tests/PageCacheTest.php
Tests that configuration changes also clear the page cache.
PageCacheTest::testPageCacheAnonymous403404 in core/modules/page_cache/src/Tests/PageCacheTest.php
Tests the 4xx-response cache tag is added and invalidated.
PageViewTest::testPageView in core/modules/node/src/Tests/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PathAliasTest::testAdminAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testNodeAlias in core/modules/path/src/Tests/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathLanguageTest::testAliasTranslation in core/modules/path/src/Tests/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathTaxonomyTermTest::testTermAlias in core/modules/path/src/Tests/PathTaxonomyTermTest.php
Tests alias functionality through the admin interfaces.
PreviewTest::testPreviewAdditionalInfo in core/modules/views_ui/src/Tests/PreviewTest.php
Tests the additional information query info area.
PreviewTest::testPreviewContextual in core/modules/views_ui/src/Tests/PreviewTest.php
Tests contextual links in the preview form.
PreviewTest::testPreviewUI in core/modules/views_ui/src/Tests/PreviewTest.php
Tests arguments in the preview form.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/src/Tests/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/modules/quickedit/src/Tests/QuickEditAutocompleteTermTest.php
Tests Quick Edit autocomplete term behavior.
QuickEditIntegrationLoadingTest::testUsersWithoutPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
Test loading of untransformed text when a user doesn't have access to it.
QuickEditIntegrationLoadingTest::testUserWithPermission in core/modules/editor/src/Tests/QuickEditIntegrationLoadingTest.php
Test loading of untransformed text when a user does have access to it.
QuickEditLoadingTest::testConcurrentEdit in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests Quick Edit on a node that was concurrently edited on the full node form.
QuickEditLoadingTest::testCustomPipeline in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit works with custom render pipelines.
QuickEditLoadingTest::testImageField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests that Quick Edit can handle an image field.
QuickEditLoadingTest::testTitleBaseField in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit for the title base field.
QuickEditLoadingTest::testUserWithoutPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Test the loading of Quick Edit when a user doesn't have access to it.
QuickEditLoadingTest::testUserWithPermission in core/modules/quickedit/src/Tests/QuickEditLoadingTest.php
Tests the loading of Quick Edit when a user does have access to it.
ReadTest::testRead in core/modules/rest/src/Tests/ReadTest.php
Tests several valid and invalid read requests on all entity types.
ReadTest::testResourceStructure in core/modules/rest/src/Tests/ReadTest.php
Tests the resource structure.
RedirectTest::testRedirectFromErrorPages in core/modules/system/src/Tests/Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.
ReportTest::testReport in core/modules/views_ui/src/Tests/ReportTest.php
Tests the existence of the views plugin report.
ResourceTest::testAuthentication in core/modules/rest/src/Tests/ResourceTest.php
Tests that a resource without authentication cannot be enabled.
ResourceTest::testFormats in core/modules/rest/src/Tests/ResourceTest.php
Tests that a resource without formats cannot be enabled.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/src/Tests/System/ResponseGeneratorTest.php
Test to see if generator header is added.
ResponseTest::testFormResponse in core/modules/system/src/Tests/Form/ResponseTest.php
Tests that enforced responses propagate through subscribers and middleware.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/src/Tests/ResponsiveImageAdminUITest.php
Test responsive image administration functionality.
ResponsiveImageFieldDisplayTest::doTestResponsiveImageFieldFormatters in core/modules/responsive_image/src/Tests/ResponsiveImageFieldDisplayTest.php
Test responsive image formatters on node display.
RouterPermissionTest::testPermissionAccess in core/modules/system/src/Tests/Routing/RouterPermissionTest.php
Tests permission requirements on routes.
RouterTest::testControllerPlaceholders in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValues in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testControllerPlaceholdersDefaultValuesProvided in core/modules/system/src/Tests/Routing/RouterTest.php
Confirms that default placeholders in paths work correctly.
RouterTest::testDynamicRoutes in core/modules/system/src/Tests/Routing/RouterTest.php
Checks that dynamically defined and altered routes work correctly.
RouterTest::testRouterMatching in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a page trying to match a path will succeed.
RouterTest::testRouterResponsePsr7 in core/modules/system/src/Tests/Routing/RouterTest.php
Tests that a PSR-7 response works.
RowUITest::testRowUI in core/modules/views_ui/src/Tests/RowUITest.php
Tests changing the row plugin and changing some options of a row.
RssTest::testTaxonomyRss in core/modules/taxonomy/src/Tests/RssTest.php
Tests that terms added to nodes are displayed in core RSS feed.
SaveUploadTest::setUp in core/modules/file/src/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testDrupalMovingUploadedFileError in core/modules/file/src/Tests/SaveUploadTest.php
Tests for log entry on failing destination.
SaveUploadTest::testExistingError in core/modules/file/src/Tests/SaveUploadTest.php
Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in core/modules/file/src/Tests/SaveUploadTest.php
Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in core/modules/file/src/Tests/SaveUploadTest.php
Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in core/modules/file/src/Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in core/modules/file/src/Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in core/modules/file/src/Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNormal in core/modules/file/src/Tests/SaveUploadTest.php
Test the file_save_upload() function.
SearchBlockTest::testSearchFormBlock in core/modules/search/src/Tests/SearchBlockTest.php
Test that the search form block can be placed and works.
SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Tests multiple search pages of the same type.
SearchConfigSettingsFormTest::testSearchModuleDisabling in core/modules/search/src/Tests/SearchConfigSettingsFormTest.php
Verifies that you can disable individual search plugins.
SearchPageTextTest::testSearchText in core/modules/search/src/Tests/SearchPageTextTest.php
Tests the failed search text, and various other text on the search page.
SessionAuthenticationTest::testBasicAuthNoSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests that a session is not started automatically by basic authentication.
SessionAuthenticationTest::testBasicAuthSession in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Tests if a session can be initiated through basic authentication.
SessionAuthenticationTest::testSessionFromBasicAuthenticationDoesNotLeak in core/modules/system/src/Tests/Session/SessionAuthenticationTest.php
Check that a basic authentication session does not leak.
SessionHttpsTest::getPathFromLocationHeader in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Extract internal path from the location header on the response.
SessionHttpsTest::loginHttp in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTP.
SessionHttpsTest::loginHttps in core/modules/system/src/Tests/Session/SessionHttpsTest.php
Log in a user via HTTPS.
SessionHttpsTest::testHttpsSession in core/modules/system/src/Tests/Session/SessionHttpsTest.php
SessionTest::sessionReset in core/modules/system/src/Tests/Session/SessionTest.php
Reset the cookie file so that it refers to the specified user.
SessionTest::testEmptySessionID in core/modules/system/src/Tests/Session/SessionTest.php
Test that empty session IDs are not allowed.
ShortcutLinksTest::testShortcutLinkAdd in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that creating a shortcut works properly.
ShortcutLinksTest::testShortcutLinkChangeRoute in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that changing the route of a shortcut link works.
ShortcutLinksTest::verifyAccessShortcutsPermissionForEditPages in core/modules/shortcut/src/Tests/ShortcutLinksTest.php
Tests that the 'access shortcuts' permission is required for shortcut set administration page access.
ShortcutSetsTest::testShortcutSetDeleteDefault in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests deleting the default shortcut set.
ShortcutSetsTest::testShortcutSetSwitchOwn in core/modules/shortcut/src/Tests/ShortcutSetsTest.php
Tests switching a user's own shortcut set.
SimpleTestBrowserTest::testInternalBrowser in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test the internal browsers functionality.
SimpleTestBrowserTest::testUserAgentValidation in core/modules/simpletest/src/Tests/SimpleTestBrowserTest.php
Test validation of the User-Agent header we use to perform test requests.
SingleVisibleProfileTest::testInstalled in core/modules/system/src/Tests/Installer/SingleVisibleProfileTest.php
Confirms that the installation succeeded.
SortingTest::testSorting in core/modules/views/src/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
StandardTest::testStandard in core/profiles/standard/src/Tests/StandardTest.php
Tests Standard installation profile.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/modules/system/src/Tests/Form/StateValuesCleanAdvancedTest.php
Tests \Drupal\Core\Form\FormState::cleanValues().
StatusTest::testStatusPage in core/modules/system/src/Tests/System/StatusTest.php
Tests that the status page returns.
StyleSerializerTest::testResponseFormatConfiguration in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the response format configuration.
StyleSerializerTest::testSerializerResponses in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
StyleSerializerTest::testSerializerViewsUI in core/modules/rest/src/Tests/Views/StyleSerializerTest.php
Tests the views interface for REST export displays.
TaggedWithTest::testTaggedWith in core/modules/views/src/Tests/Wizard/TaggedWithTest.php
Tests the "tagged with" functionality.
TaxonomyImageTest::testTaxonomyImageAccess in core/modules/taxonomy/src/Tests/TaxonomyImageTest.php
TaxonomyTermViewTest::testTaxonomyTermView in core/modules/taxonomy/src/Tests/Views/TaxonomyTermViewTest.php
Tests that the taxonomy term view is working properly.
TermTest::testTermInterface in core/modules/taxonomy/src/Tests/TermTest.php
Save, edit and delete a term using the user interface.
TermTranslationUITest::testTranslateLinkVocabularyAdminPage in core/modules/taxonomy/src/Tests/TermTranslationUITest.php
Tests translate link on vocabulary term list.
TextFieldTest::testRequiredLongTextWithFileUpload in core/modules/text/src/Tests/TextFieldTest.php
Test required long text with file upload.
ThemeTest::testAdministrationTheme in core/modules/system/src/Tests/System/ThemeTest.php
Test the administration theme functionality.
ThemeTest::testThemeSettings in core/modules/system/src/Tests/System/ThemeTest.php
Test the theme settings form.
ToolbarAdminMenuTest::assertDifferentHash in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Asserts the subtrees hash on a fresh page GET is different from the hash from the previous page GET.
ToolbarAdminMenuTest::setUp in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Sets up a Drupal site for running functional and integration tests.
ToolbarAdminMenuTest::testLocaleTranslationSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that toolbar cache is cleared when string translations are made.
ToolbarAdminMenuTest::testMenuLinkUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests toolbar cache tags implementation.
ToolbarAdminMenuTest::testNonCurrentUserAccountUpdates in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that changes to a user account by another user clears the changed account's toolbar cached, not the user's who took the action.
ToolbarAdminMenuTest::testSubtreesJsonRequest in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Tests that the 'toolbar/subtrees/{hash}' is reachable and correct.
ToolbarAdminMenuTest::testUserRoleUpdateSubtreesHashCacheClear in core/modules/toolbar/src/Tests/ToolbarAdminMenuTest.php
Exercises the toolbar_user_role_update() and toolbar_user_update() hook implementations.
ToolbarHookToolbarTest::testHookToolbar in core/modules/toolbar/src/Tests/ToolbarHookToolbarTest.php
Tests for a tab and tray provided by a module implementing hook_toolbar().
ToolkitSetupFormTest::testToolkitSetupForm in core/modules/system/src/Tests/Image/ToolkitSetupFormTest.php
Test Image toolkit setup form.
TrustedHostsTest::testStatusPageWithConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows the trusted patterns from settings.php.
TrustedHostsTest::testStatusPageWithoutConfiguration in core/modules/system/src/Tests/System/TrustedHostsTest.php
Tests that the status page shows an error when the trusted host setting is missing from settings.php
TwigSettingsTest::testTwigInlineWithAutoReload in core/modules/system/src/Tests/Theme/TwigSettingsTest.php
Tests twig inline templates with auto_reload.
UITestBase::drupalGet in core/modules/views_ui/src/Tests/UITestBase.php
Retrieves a Drupal path or an absolute path.
UncaughtExceptionTest::testErrorContainer in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a container which has an error.
UncaughtExceptionTest::testExceptionContainer in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a container which has an exception really early.
UncaughtExceptionTest::testLoggerException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests fallback to PHP error log when an exception is thrown while logging.
UncaughtExceptionTest::testLostDatabaseConnection in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests the case when the database connection is gone.
UncaughtExceptionTest::testMissingDependency in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service.
UncaughtExceptionTest::testMissingDependencyCustomErrorHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests a missing dependency on a service with a custom error handler.
UncaughtExceptionTest::testUncaughtException in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling when system is in a bad state.
UncaughtExceptionTest::testUncaughtExceptionCustomExceptionHandler in core/modules/system/src/Tests/System/UncaughtExceptionTest.php
Tests uncaught exception handling with custom exception handler.
UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/modules/views_ui/src/Tests/UnsavedPreviewTest.php
Tests previews of unsaved new page displays.
UpdateFeedItemTest::testUpdateFeedItem in core/modules/aggregator/src/Tests/UpdateFeedItemTest.php
Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest::testUpdateFeed in core/modules/aggregator/src/Tests/UpdateFeedTest.php
Creates a feed and attempts to update it.
UpdatePathRC1TestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathRC1TestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathTestBaseFilledTest::testUpdatedSite in core/modules/system/src/Tests/Update/UpdatePathTestBaseFilledTest.php
Tests that the content and configuration were properly updated.
UpdatePathWithBrokenRoutingTest::testWithBrokenRouting in core/modules/system/src/Tests/Update/UpdatePathWithBrokenRoutingTest.php
Tests running update.php with some form of broken routing.
UpdateScriptTest::testNoUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php when there are no updates to apply.
UpdateScriptTest::testSuccessfulUpdateFunctionality in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests update.php after performing a successful update.
UpdateScriptTest::testUpdateAccess in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Tests access to the update script.
UpdateScriptTest::updateScriptTest in core/modules/system/src/Tests/Update/UpdateScriptTest.php
Helper function to run updates via the browser.
UpdateTest::testPatchUpdate in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid partial update requests on test entities.
UpdateTest::testUpdateUser in core/modules/rest/src/Tests/UpdateTest.php
Tests several valid and invalid update requests for the 'user' entity type.
UpdateUploadTest::testUploadModule in core/modules/update/src/Tests/UpdateUploadTest.php
Tests upload, extraction, and update of a module.
UrlAlterFunctionalTest::testUrlAlter in core/modules/system/src/Tests/Path/UrlAlterFunctionalTest.php
Test that URL altering works and that it occurs in the correct order.
UserAdminListingTest::testUserListing in core/modules/user/src/Tests/UserAdminListingTest.php
Tests the listing.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/src/Tests/UserCancelTest.php
Attempt to cancel account without permission.
UserPasswordResetTest::testUserPasswordReset in core/modules/user/src/Tests/UserPasswordResetTest.php
Tests password reset functionality.
UserRegistrationTest::testRegistrationWithEmailVerification in core/modules/user/src/Tests/UserRegistrationTest.php
UserRegistrationTest::testUuidFormState in core/modules/user/src/Tests/UserRegistrationTest.php
Tests that UUID isn't cached in form state on register form.
UserRoleAdminTest::testRoleAdministration in core/modules/user/src/Tests/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserSearchTest::testUserSearch in core/modules/user/src/Tests/UserSearchTest.php
ViewEditTest::testEditFormLanguageOptions in core/modules/views_ui/src/Tests/ViewEditTest.php
Tests the language options on the views edit form.
ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/modules/views/src/Tests/Entity/ViewNonTranslatableEntityTest.php
Tests displaying a view of non-translatable entities.
ViewsListTest::testViewsListLimit in core/modules/views_ui/src/Tests/ViewsListTest.php
Tests that the views list does not use a pager.
VocabularyLanguageTest::testVocabularyDefaultLanguageForTerms in core/modules/taxonomy/src/Tests/VocabularyLanguageTest.php
Tests term language settings for vocabulary terms are saved and updated.
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/taxonomy/src/Tests/VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
WebTestBase::drupalLogout in core/modules/simpletest/src/WebTestBase.php
Logs a user out of the internal browser and confirms.