132 calls to UiHelperTrait::drupalGet()
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressEnter in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormImageButtonTest.php - Tests image buttons can be operated with the keyboard ENTER key.
- AjaxFormImageButtonTest::testAjaxImageButtonKeypressSpace in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormImageButtonTest.php - Tests image buttons can be operated with the keyboard SPACE key.
- BlockContentRevisionsTest::testRevisions in core/
modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionsTest.php - Checks block revision related operations.
- BlockExposedFilterAJAXTest::testExposedFilteringAndReset in core/
modules/ views/ tests/ src/ FunctionalJavascript/ BlockExposedFilterAJAXTest.php - Tests if exposed filtering and reset works with a views block and ajax.
- BlockFilterTest::testBlockFilter in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ BlockFilterTest.php - Tests block filter.
- BlockFilterTest::testBlockFilter in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockFilterTest.php - Tests block filter.
- BlockFilterTest::testBlockFilter in core/
modules/ block/ tests/ src/ FunctionalJavascript/ BlockFilterTest.php - Tests block filter.
- CheckboxTest::testFormCheckbox in core/
modules/ system/ tests/ src/ Functional/ Form/ CheckboxTest.php - CheckboxTest::testFormCheckbox in core/
modules/ system/ tests/ src/ Functional/ Form/ CheckboxTest.php - CKEditorLoadingTest::testLoading in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorLoadingTest.php - Tests loading of CKEditor CSS, JS and JS settings.
- CKEditorLoadingTest::testLoadingWithoutInternalButtons in core/
modules/ ckeditor/ tests/ src/ Functional/ CKEditorLoadingTest.php - Tests presence of essential configuration even without Internal's buttons.
- ColorConfigSchemaTest::testValidColorConfigSchema in core/
modules/ color/ tests/ src/ Functional/ ColorConfigSchemaTest.php - Tests whether the color config schema is valid.
- CommentApproveLinkTest::testCommentApproveLink in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentApproveLinkTest.php - Tests that "approve comment" link exists and works as expected.
- CommentOperationsTest::testCommentOperations in core/
modules/ comment/ tests/ src/ Functional/ Views/ CommentOperationsTest.php - Tests the operations field plugin.
- ConfigImportUploadTest::testImport in core/
modules/ config/ tests/ src/ Functional/ ConfigImportUploadTest.php - Tests importing configuration.
- ContextualFilterTest::testAddContextualFilterUI in core/
modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ views/ Handler/ ContextualFilterTest.php - Tests adding a contextual filter handler through the UI.
- CredentialFormTest::testCredentialFrom in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ CredentialFormTest.php - Test the credential form.
- DateFilterTest::testLimitExposedOperators in core/
modules/ datetime/ tests/ src/ Functional/ DateFilterTest.php - Tests the limit of the expose operator functionality.
- DateFormatTest::testDateFormatXss in core/
modules/ system/ tests/ src/ FunctionalJavascript/ System/ DateFormatTest.php - Tests XSS via date format configuration.
- DeleteFeedTest::testDeleteFeed in core/
modules/ aggregator/ tests/ src/ Functional/ DeleteFeedTest.php - Deletes a feed and ensures that all of its services are deleted.
- DisplayTest::testAddDisplay in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests adding a display.
- DisplayTest::testAddDisplayBlockTranslation in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Test if 'add' translations are filtered from multilingual display options.
- DisplayTest::testPageContextualLinks in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests contextual links on Views page displays.
- DisplayTest::testRenameDisplayAdminName in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ DisplayTest.php - Tests setting the administrative title.
- DownloadTest::checkUrl in core/
modules/ file/ tests/ src/ Functional/ DownloadTest.php - Download a file from the URL generated by generateString().
- DownloadTest::doPrivateFileTransferTest in core/
modules/ file/ tests/ src/ Functional/ DownloadTest.php - Tests the private file transfer system.
- DrupalMessengerServiceTest::testDrupalMessengerService in core/
modules/ system/ tests/ src/ Functional/ Bootstrap/ DrupalMessengerServiceTest.php - Tests Messenger service.
- DrupalMessengerServiceTest::testStatusMessageAssertions in core/
modules/ system/ tests/ src/ Functional/ Bootstrap/ DrupalMessengerServiceTest.php - Tests assertion methods in WebAssert related to status messages.
- EditorUploadImageScaleTest::uploadImage in core/
modules/ editor/ tests/ src/ Functional/ EditorUploadImageScaleTest.php - Uploads an image via the editor dialog.
- EntityDisplayTest::testEntityForm in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests the use of regions for entity form displays.
- EntityDisplayTest::testEntityView in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests the use of regions for entity view displays.
- EntityDisplayTest::testExtraFields in core/
modules/ field_ui/ tests/ src/ FunctionalJavascript/ EntityDisplayTest.php - Tests extra fields.
- EntityViewControllerTest::testEntityViewController in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityViewControllerTest.php - Tests EntityViewController.
- EntityViewControllerTest::testEntityViewControllerViewBuilder in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityViewControllerTest.php - Tests that a view builder can successfully override the view builder.
- EntityViewControllerTest::testFieldItemAttributes in core/
modules/ system/ tests/ src/ Functional/ Entity/ EntityViewControllerTest.php - Tests field item attributes.
- FileManagedFileElementTest::testManagedFile in core/
modules/ file/ tests/ src/ FunctionalJavascript/ FileManagedFileElementTest.php - Tests the managed_file element type.
- FilePathTest::testFilePath in core/
modules/ migrate_drupal_ui/ tests/ src/ Functional/ d7/ FilePathTest.php - Executes all steps of migrations upgrade.
- FilterHooksTest::testFilterHooks in core/
modules/ filter/ tests/ src/ Functional/ FilterHooksTest.php - Tests hooks on format management.
- ImageTest::testImageSettingsForm in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ ImageTest.php - Tests the ckeditor5_imageResize and ckeditor5_imageUpload settings forms.
- InstallerTranslationMultipleLanguageTest::testTranslationsLoaded in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationMultipleLanguageTest.php - Tests that translations ended up at the expected places.
- InstallerTranslationMultipleLanguageTest::verifyImportedStringsTranslated in core/
tests/ Drupal/ FunctionalTests/ Installer/ InstallerTranslationMultipleLanguageTest.php - Helper function to verify that the expected strings are translated.
- ItemLayoutFieldBlockTest::testAddAjaxBlock in core/
modules/ layout_builder/ tests/ src/ FunctionalJavascript/ ItemLayoutFieldBlockTest.php - Tests configuring a field block for a user field.
- ItemsPerPageTest::testItemsPerPage in core/
modules/ views/ tests/ src/ Functional/ Wizard/ ItemsPerPageTest.php - Tests the number of items per page.
- JqueryUiLibraryAssetsTest::testAssetLoadingUnchanged in core/
tests/ Drupal/ FunctionalTests/ Libraries/ JqueryUiLibraryAssetsTest.php - Confirms jQuery UI assets load as expected.
- JqueryUiLibraryAssetsTest::testLibraryAssetLoadingOrder in core/
tests/ Drupal/ FunctionalTests/ Libraries/ JqueryUiLibraryAssetsTest.php - Confirms that jQuery UI assets load on the page in the configured order.
- LanguageSelectElementTest::testHiddenLanguageSelectElement in core/
modules/ system/ tests/ src/ Functional/ Form/ LanguageSelectElementTest.php - Tests the case when the language select elements should not be printed.
- LanguageSelectElementTest::testLanguageSelectElementOptions in core/
modules/ system/ tests/ src/ Functional/ Form/ LanguageSelectElementTest.php - Tests that the options printed by the language select element are correct.
- LanguageUrlRewritingTest::checkUrl in core/
modules/ language/ tests/ src/ Functional/ LanguageUrlRewritingTest.php - Check URL rewriting for the given language.
- LanguageUrlRewritingTest::setUp in core/
modules/ language/ tests/ src/ Functional/ LanguageUrlRewritingTest.php - LanguageUrlRewritingTest::testDomainNameNegotiationPort in core/
modules/ language/ tests/ src/ Functional/ LanguageUrlRewritingTest.php - Check URL rewriting when using a domain name and a non-standard port.
- LanguageUrlRewritingTest::testUrlRewritingEdgeCases in core/
modules/ language/ tests/ src/ Functional/ LanguageUrlRewritingTest.php - Check that non-installed languages are not considered.
- LinkFieldUITest::runFieldUIItem in core/
modules/ link/ tests/ src/ Functional/ LinkFieldUITest.php - Tests one link field UI item.
- LocalePluralFormatTest::importPoFile in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Imports a standalone .po file in a given language.
- LocalePluralFormatTest::testPluralEditDateFormatter in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Tests plural editing of DateFormatter strings.
- LocalePluralFormatTest::testPluralEditExport in core/
modules/ locale/ tests/ src/ Functional/ LocalePluralFormatTest.php - Tests plural editing and export functionality.
- MachineNameTest::testMachineName in core/
tests/ Drupal/ FunctionalJavascriptTests/ Core/ MachineNameTest.php - Tests that machine name field functions.
- MediaDisplayTest::testMediaDisplay in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaDisplayTest.php - Tests basic media display.
- MediaSourceTestBase::doTestCreateMediaType in core/
modules/ media/ tests/ src/ FunctionalJavascript/ MediaSourceTestBase.php - Tests generic media type creation.
- MediaTest::testAlignment in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests alignment integration.
- MediaTest::testAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests the CKEditor 5 media plugin can override image media's alt attribute.
- MediaTest::testAltDisabled in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that the image media source's alt_field being disabled is respected.
- MediaTest::testConversion in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that `<drupal-media>` is converted into a block element.
- MediaTest::testDrupalMediaStyleInDropdown in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Ensures that Drupal Media Styles can be displayed in a dropdown.
- MediaTest::testDrupalMediaStyleWithClass in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests Drupal Media Style with a CSS class.
- MediaTest::testEditableCaption in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests caption editing in the CKEditor widget.
- MediaTest::testEmbedPreviewAccess in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests preview route access.
- MediaTest::testErrorMessages in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that failed media embed preview requests inform the end user.
- MediaTest::testLinkability in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests linkability of the media CKEditor widget.
- MediaTest::testLinkedMediaArbitraryHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Ensures arbitrary attributes can be added on links wrapping media via GHS.
- MediaTest::testLinkManualDecorator in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Ensure that manual link decorators work with linkable media.
- MediaTest::testMediaArbitraryHtml in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that arbitrary attributes are allowed via GHS.
- MediaTest::testOnlyDrupalMediaTagProcessed in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests that only <drupal-media> tags are processed.
- MediaTest::testPreviewUsesDefaultThemeAndIsClientCacheable in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - The CKEditor Widget must load a preview generated using the default theme.
- MediaTest::testTranslationAlt in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests the CKEditor 5 media plugin loads the translated alt attribute.
- MediaTest::testViewMode in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ MediaTest.php - Tests view mode integration.
- MenuActiveTrail403Test::testMenuActiveTrail403Cache in core/
tests/ Drupal/ FunctionalTests/ Menu/ MenuActiveTrail403Test.php - Tests that visiting 403 page does not override original active trail.
- MenuRouterTest::doTestDescriptionMenuItems in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests menu item descriptions.
- MenuRouterTest::doTestExoticPath in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests path containing "exotic" characters.
- MenuRouterTest::doTestHookMenuIntegration in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests local tasks with route placeholders.
- MenuRouterTest::doTestMenuLinksDiscoveredAlter in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests menu links added in hook_menu_links_discovered_alter().
- MenuRouterTest::doTestMenuOnRoute in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests a menu on a router page.
- MenuRouterTest::doTestMenuOptionalPlaceholders in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests menu links that have optional placeholders.
- MenuRouterTest::doTestThemeCallbackAdministrative in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests theme negotiation for an administrative theme.
- MenuRouterTest::doTestThemeCallbackFakeTheme in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests the theme negotiation when it is set to use a theme that does not exist.
- MenuRouterTest::doTestThemeCallbackMaintenanceMode in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests the theme negotiation when the site is in maintenance mode.
- MenuRouterTest::doTestThemeCallbackNoThemeRequested in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests the theme negotiation when no theme is requested.
- MenuRouterTest::doTestThemeCallbackOptionalTheme in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests the theme negotiation when it is set to use an optional theme.
- MenuRouterTest::doTestTitleCallbackFalse in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests title callback set to FALSE.
- MenuRouterTest::doTestTitleMenuCallback in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests page title of MENU_CALLBACKs.
- MenuRouterTest::testAuthUserUserLogin in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Tests authenticated user login redirects.
- MenuRouterTest::testMaintenanceModeLoginPaths in core/
modules/ system/ tests/ src/ Functional/ Menu/ MenuRouterTest.php - Make sure the maintenance mode can be bypassed using an EventSubscriber.
- NestedFormTest::testNestedEntityFormEntityLevelValidation in core/
modules/ field/ tests/ src/ Functional/ NestedFormTest.php - Tests entity level validation within subforms.
- NestedFormTest::testNestedFieldForm in core/
modules/ field/ tests/ src/ Functional/ NestedFormTest.php - Tests Field API form integration within a subform.
- NodeContextualLinksTest::testNodeContextualLinks in core/
modules/ node/ tests/ src/ Functional/ NodeContextualLinksTest.php - Tests contextual links.
- NodeLinksTest::testHideLinks in core/
modules/ node/ tests/ src/ Functional/ NodeLinksTest.php - Tests that the links can be hidden in the view display settings.
- PathNodeFormTest::testNodeForm in core/
modules/ path/ tests/ src/ Functional/ PathNodeFormTest.php - Tests the node form ui.
- PlaceholderMessageTest::testMessagePlaceholder in core/
modules/ system/ tests/ src/ Functional/ Render/ PlaceholderMessageTest.php - Tests rendering of message placeholder.
- QuickEditAutocompleteTermTest::testAutocompleteQuickEdit in core/
modules/ quickedit/ tests/ src/ FunctionalJavascript/ QuickEditAutocompleteTermTest.php - Tests Quick Edit autocomplete term behavior.
- RevisionLinkTest::testRevisionLinks in core/
modules/ node/ tests/ src/ Functional/ Views/ RevisionLinkTest.php - Tests revision links.
- SearchQueryAlterTest::testQueryAlter in core/
modules/ search/ tests/ src/ Functional/ SearchQueryAlterTest.php - Tests that the query alter works.
- SettingSummariesContentTypeTest::testWorkflowSummary in core/
modules/ node/ tests/ src/ FunctionalJavascript/ SettingSummariesContentTypeTest.php - Tests a vertical tab 'Workflow' summary.
- SiteNameTest::testSiteName in core/
tests/ Drupal/ FunctionalTests/ Installer/ SiteNameTest.php - Tests that the desired site name appears on the page after installation.
- StatusExtraTest::testStatusExtra in core/
modules/ node/ tests/ src/ Functional/ Views/ StatusExtraTest.php - Tests the status extra filter.
- StyleOpmlTest::testOpmlOutput in core/
modules/ aggregator/ tests/ src/ Functional/ Views/ Plugin/ StyleOpmlTest.php - Tests the rendered output.
- TaxonomyTermIndentationTest::testTermIndentation in core/
modules/ taxonomy/ tests/ src/ Functional/ TaxonomyTermIndentationTest.php - Tests term indentation.
- ThemeSettingsFormTest::testFormSettingsSubmissionHandler in core/
modules/ system/ tests/ src/ FunctionalJavascript/ ThemeSettingsFormTest.php - Tests that submission handler works correctly.
- ToolbarClaroOverridesTest::testClaroAssets in core/
modules/ system/ tests/ src/ Functional/ Theme/ ToolbarClaroOverridesTest.php - Confirm Claro assets load on a non-Claro default theme.
- TourLegacyTest::testTourTipMarkup in core/
modules/ tour/ tests/ src/ FunctionalJavascript/ TourLegacyTest.php - Confirms backwards compatible markup.
- TrackerNodeAccessTest::testTrackerNodeAccess in core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php - Ensure private node on /tracker is only visible to users with permission.
- TrackerNodeAccessTest::testTrackerNodeAccessIndexing in core/
modules/ tracker/ tests/ src/ Functional/ TrackerNodeAccessTest.php - Ensure that tracker_cron is not access sensitive.
- UiHelperTrait::checkForMetaRefresh in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Checks for meta refresh tag and if found call drupalGet() recursively.
- UiHelperTrait::drupalLogin in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Logs in a user using the Mink controlled browser.
- UiHelperTrait::drupalLogout in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Logs a user out of the Mink controlled browser and confirms.
- UiHelperTrait::drupalPostForm in core/
tests/ Drupal/ Tests/ UiHelperTrait.php - Executes a form submission.
- UpdateContribTest::testHookUpdateStatusAlter in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Checks that hook_update_status_alter() works to change a status.
- UpdateContribTest::testNormalUpdateAvailable in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Tests the Update Manager module when one normal update is available.
- UpdateContribTest::testUpdateBrokenFetchURL in core/
modules/ update/ tests/ src/ Functional/ UpdateContribTest.php - Makes sure that if we fetch from a broken URL, sane things happen.
- UpdateManagerUpdateTest::testIncompatibleUpdatesTable in core/
modules/ update/ tests/ src/ Functional/ UpdateManagerUpdateTest.php - Tests the Update form for a single test scenario of incompatible updates.
- UpdateUploadTest::testFileNameExtensionMerging in core/
modules/ update/ tests/ src/ Functional/ UpdateUploadTest.php - Ensures that archiver extensions are properly merged in the UI.
- UpdateUploadTest::testUpdateManagerCoreSecurityUpdateMessages in core/
modules/ update/ tests/ src/ Functional/ UpdateUploadTest.php - Checks the messages on update manager pages when missing a security update.
- UpdateUploadTest::testUploadModule in core/
modules/ update/ tests/ src/ Functional/ UpdateUploadTest.php - Tests upload, extraction, and update of a module.
- UserLanguageCreationTest::testLocalUserCreation in core/
modules/ user/ tests/ src/ Functional/ UserLanguageCreationTest.php - Functional test for language handling during user creation.
- ViewNonTranslatableEntityTest::testViewNoTranslatableEntity in core/
modules/ views/ tests/ src/ Functional/ Entity/ ViewNonTranslatableEntityTest.php - Tests displaying a view of non-translatable entities.
- VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php - Tests the vocabulary overview permission.
- VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php - Create, edit and delete a taxonomy term via the user interface.
- VocabularyPermissionsTest::testVocabularyPermissionsVocabulary in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php - Create, edit and delete a vocabulary via the user interface.
- VocabularyUiTest::testTaxonomyAdminChangingWeights in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Changing weights on the vocabulary overview with two or more vocabularies.
- VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Deleting a vocabulary.
- VocabularyUiTest::testTaxonomyAdminNoVocabularies in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Tests the vocabulary overview with no vocabularies.
- VocabularyUiTest::testVocabularyInterface in core/
modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php - Create, edit and delete a vocabulary via the user interface.
- WorkspaceBypassTest::testBypassOwnWorkspace in core/
modules/ workspaces/ tests/ src/ Functional/ WorkspaceBypassTest.php - Verifies that a user can edit anything in a workspace they own.
- WorkspaceContentModerationIntegrationTest::testModerationInWorkspace in core/
modules/ content_moderation/ tests/ src/ Functional/ WorkspaceContentModerationIntegrationTest.php - Tests moderating nodes in a workspace.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.