You are here

319 calls to NodeCreationTrait::createNode() in Drupal 8

BasicTest::testViewsWizardAndListing in core/modules/views/tests/src/Functional/Wizard/BasicTest.php
BigPipeRegressionTest::testCommentForm_2698811 in core/modules/big_pipe/tests/src/FunctionalJavascript/BigPipeRegressionTest.php
Ensure comment form works with history and big_pipe modules.
BlockExposedFilterAJAXTest::setUp in core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
BlockExposedFilterAJAXTest::testExposedFilteringAndReset in core/modules/views/tests/src/FunctionalJavascript/BlockExposedFilterAJAXTest.php
Tests if exposed filtering and reset works with a views block and ajax.
BookTest::testBookNavigationCacheContext in core/modules/book/tests/src/Functional/BookTest.php
Tests the book navigation cache context.
BookTest::testBookOutline in core/modules/book/tests/src/Functional/BookTest.php
Tests outline of a book.
BreadcrumbFrontCacheContextsTest::setUp in core/modules/system/tests/src/Functional/Menu/BreadcrumbFrontCacheContextsTest.php
BreadcrumbTest::testBreadCrumbs in core/modules/system/tests/src/Functional/Menu/BreadcrumbTest.php
Tests breadcrumbs on node and administrative paths.
BulkFormAccessTest::testNodeDeleteAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if nodes that may not be deleted, can not be deleted in bulk.
BulkFormAccessTest::testNodeEditAccess in core/modules/node/tests/src/Functional/Views/BulkFormAccessTest.php
Tests if nodes that may not be edited, can not be edited in bulk.
BulkFormTest::setUp in core/modules/node/tests/src/Functional/Views/BulkFormTest.php
BulkFormTest::testBulkForm in core/modules/views/tests/src/Functional/BulkFormTest.php
Tests the bulk form.
CacheTagTest::setUp in core/modules/views/tests/src/Functional/Plugin/CacheTagTest.php
ClickSortingAJAXTest::setUp in core/modules/views/tests/src/FunctionalJavascript/ClickSortingAJAXTest.php
CommentCSSTest::testCommentClasses in core/modules/comment/tests/src/Functional/CommentCSSTest.php
Tests CSS classes on comments.
CommentFieldNameTest::testCommentFieldName in core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
Test comment field name.
CommentFieldsTest::testCommentFieldDelete in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule in core/modules/comment/tests/src/Functional/CommentFieldsTest.php
Tests that comment module works when installed after a content module.
CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/src/Functional/CommentInterfaceTest.php
Tests the comment interface.
CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Tests calculation of first page with new comment.
CommentPagerTest::testCommentOrderingThreading in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Tests comment ordering and threading.
CommentPagerTest::testCommentPaging in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testCommentPermalink in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Confirms comment paging works correctly with flat and threaded comments.
CommentPagerTest::testTwoPagers in core/modules/comment/tests/src/Functional/CommentPagerTest.php
Confirms comment paging works correctly with two pagers.
CommentTestBase::setUp in core/modules/comment/tests/src/Functional/CommentTestBase.php
CommentTestBase::setUp in core/modules/comment/tests/src/Functional/Views/CommentTestBase.php
CommentTestBase::setUp in core/modules/comment/src/Tests/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
CommentTestBase::setUp in core/modules/comment/src/Tests/Views/CommentTestBase.php
Sets up a Drupal site for running functional and integration tests.
CommentThreadingTest::testCommentThreading in core/modules/comment/tests/src/Functional/CommentThreadingTest.php
Tests the comment threading.
CommentTitleTest::testCommentEmptyTitles in core/modules/comment/tests/src/Functional/CommentTitleTest.php
Tests markup for comments with empty titles.
CommentTitleTest::testCommentPopulatedTitles in core/modules/comment/tests/src/Functional/CommentTitleTest.php
Tests markup for comments with populated titles.
CommentTokenReplaceTest::testCommentTokenReplacement in core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
CommentTranslationUITest::createEntity in core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
Creates the entity to be translated.
ConfigImportUITest::testEntityBundleDelete in core/modules/config/tests/src/Functional/ConfigImportUITest.php
Tests the config importer cannot delete bundles with existing entities.
ContentModerationAccessTest::testAccessCacheability in core/modules/content_moderation/tests/src/Kernel/ContentModerationAccessTest.php
Tests access cacheability.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/tests/src/Functional/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationContextualLinksTest::testContentTranslationContextualLinks in core/modules/content_translation/tests/src/FunctionalJavascript/ContentTranslationContextualLinksTest.php
Tests that a contextual link is available for translating a node.
ContentTranslationOperationsTest::testContentTranslationOverviewAccess in core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
Tests the access to the overview page for translations.
ContentTranslationOperationsTest::testOperationTranslateLink in core/modules/content_translation/tests/src/Functional/ContentTranslationOperationsTest.php
Test that the operation "Translate" is displayed in the content listing.
ContextualDynamicContextTest::testDifferentPermissions in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
Tests contextual links with different permissions.
ContextualDynamicContextTest::testTokenProtection in core/modules/contextual/tests/src/Functional/ContextualDynamicContextTest.php
Tests the contextual placeholder content is protected by a token.
ContextualLinksTest::setUp in core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
DateTimeTest::testTimeZoneHandling in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test time zones and DST handling.
DefaultViewRecentCommentsTest::setUp in core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php
DefaultViewsTest::setUp in core/modules/views/tests/src/Functional/DefaultViewsTest.php
DefaultViewsTest::testArchiveView in core/modules/views/tests/src/Functional/DefaultViewsTest.php
Tests the archive view.
DisabledDisplayTest::testDisabledDisplays in core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
Tests that views displays can be disabled.
DisplayAttachmentTest::testDisabledAttachments in core/modules/views/tests/src/Functional/Plugin/DisplayAttachmentTest.php
Tests that nothing is output when the attachment displays are disabled.
DisplayFeedTest::testDisabledFeed in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests that nothing is output when the feed display is disabled.
DisplayFeedTest::testFeedFieldOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests the rendered output for fields display.
DisplayFeedTest::testFeedOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTest.php
Tests the rendered output.
DisplayFeedTranslationTest::testFeedFieldOutput in core/modules/views/tests/src/Functional/Plugin/DisplayFeedTranslationTest.php
Tests the rendered output for fields display with multiple translations.
DisplayTest::setUp in core/modules/views/tests/src/Functional/Plugin/DisplayTest.php
DisplayTest::testPageContextualLinks in core/modules/views_ui/tests/src/FunctionalJavascript/DisplayTest.php
Tests contextual links on Views page displays.
DuplicateContextualLinksTest::testSameContextualLinks in core/modules/contextual/tests/src/FunctionalJavascript/DuplicateContextualLinksTest.php
Tests the contextual links with same id.
EditorLoadingTest::testLoading in core/modules/editor/tests/src/Functional/EditorLoadingTest.php
Tests loading of text editors.
EditorLoadingTest::testSupportedElementTypes in core/modules/editor/tests/src/Functional/EditorLoadingTest.php
Test supported element types.
EditorPrivateFileReferenceFilterTest::testEditorPrivateFileReferenceFilter in core/modules/editor/tests/src/Functional/EditorPrivateFileReferenceFilterTest.php
Tests the editor file reference filter with private files.
EditorSecurityTest::setUp in core/modules/editor/tests/src/Functional/EditorSecurityTest.php
EntityFilteringThemeTest::setUp in core/modules/system/tests/src/Functional/Theme/EntityFilteringThemeTest.php
EntityReferenceAutocompleteWidgetTest::setUp in core/tests/Drupal/FunctionalJavascriptTests/EntityReference/EntityReferenceAutocompleteWidgetTest.php
EntityReferenceFieldAttributesTest::testNodeTeaser in core/modules/rdf/tests/src/Functional/EntityReferenceFieldAttributesTest.php
Tests if file fields in teasers have correct resources.
EntityReferenceFieldDefaultValueTest::testEntityReferenceDefaultValue in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceFieldDefaultValueTest.php
Tests that default values are correctly translated to UUIDs in config.
EntityReferenceWidgetTest::testFocusNotAppliedWithoutSelectionChange in core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php
Tests that disabled media items don't capture focus on page load.
EntityReferenceXSSTest::testEntityReferenceXSS in core/modules/field/tests/src/Functional/EntityReference/EntityReferenceXSSTest.php
Tests markup is escaped in the entity reference select and label formatter.
ExposedFilterAJAXTest::setUp in core/modules/views/tests/src/FunctionalJavascript/ExposedFilterAJAXTest.php
ExposedFormCheckboxesTest::setUp in core/modules/views/tests/src/Functional/Plugin/ExposedFormCheckboxesTest.php
ExposedFormTest::setUp in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
ExposedFormTest::testExposedFilterPagination in core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php
Tests the exposed form with a pager.
ExposedFormUITest::setUp in core/modules/views_ui/tests/src/Functional/ExposedFormUITest.php
FieldAccessTest::setUp in core/modules/field/tests/src/Functional/FieldAccessTest.php
FieldDropbuttonTest::setUp in core/modules/views/tests/src/Kernel/Handler/FieldDropbuttonTest.php
FieldDropButtonTest::testDropbutton in core/modules/views/tests/src/Functional/Handler/FieldDropButtonTest.php
Tests dropbutton field.
FieldGroupRowsWebTest::setUp in core/modules/views/tests/src/Functional/Handler/FieldGroupRowsWebTest.php
FileFieldDisplayTest::testNodeDisplay in core/modules/file/tests/src/Functional/FileFieldDisplayTest.php
Tests normal formatter display on node display.
FileFieldRSSContentTest::testFileFieldRSSContent in core/modules/file/tests/src/Functional/FileFieldRSSContentTest.php
Tests RSS enclosure formatter display for RSS feeds.
FileFieldTestBase::uploadNodeFiles in core/modules/file/tests/src/Functional/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldTestBase::uploadNodeFiles in core/modules/file/src/Tests/FileFieldTestBase.php
Uploads multiple files to a node.
FileFieldWidgetTest::testWidgetValidation in core/modules/file/tests/src/Functional/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileListingTest::testFileListingPages in core/modules/file/tests/src/Functional/FileListingTest.php
Tests file overview with different user permissions.
FileListingTest::testFileListingUsageNoLink in core/modules/file/tests/src/Functional/FileListingTest.php
Tests file listing usage page for entities with no canonical link template.
FileOnTranslatedEntityTest::testSyncedFiles in core/modules/file/tests/src/Functional/FileOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
FilterAndArgumentUserUidTest::testHandlers in core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
Tests the user posted or commented filter and argument handlers.
FilterDateTest::setUp in core/modules/datetime/tests/src/Functional/Views/FilterDateTest.php
Create nodes with relative dates of yesterday, today, and tomorrow.
FilterDateTest::setUp in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
FilterHtmlImageSecureTest::setUp in core/modules/filter/tests/src/Functional/FilterHtmlImageSecureTest.php
FilterNodeAccessTest::setUp in core/modules/node/tests/src/Functional/Views/FilterNodeAccessTest.php
FilterSecurityTest::testDisableFilterModule in core/modules/filter/tests/src/Functional/FilterSecurityTest.php
Tests removal of filtered content when an active filter is disabled.
FilterUidRevisionTest::testFilter in core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php
Tests the node_uid_revision filter.
FormErrorHandlerQuickEditTest::testDisabledInlineFormErrors in core/modules/inline_form_errors/tests/src/FunctionalJavascript/FormErrorHandlerQuickEditTest.php
Tests that the inline form errors are not visible for Quick Edit forms.
ForumIntegrationTest::testForumIntegration in core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php
Tests the integration.
ForumUninstallTest::testForumUninstallWithField in core/modules/forum/tests/src/Functional/ForumUninstallTest.php
Tests if forum module uninstallation properly deletes the field.
FrontPageTest::testDrupalFrontPage in core/modules/system/tests/src/Functional/System/FrontPageTest.php
Test front page functionality.
GlossaryTest::testGlossaryView in core/modules/views/tests/src/Functional/GlossaryTest.php
Tests the default glossary view.
GlossaryViewTest::setUp in core/modules/views/tests/src/FunctionalJavascript/GlossaryViewTest.php
HandlerFieldFieldTest::testFieldRender in core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php
Tests fields rendering in views.
HistoryTest::setUp in core/modules/history/tests/src/Functional/HistoryTest.php
HtaccessTest::testFileAccess in core/modules/system/tests/src/Functional/System/HtaccessTest.php
Iterates over protected files and calls assertNoFileAccess().
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/tests/src/Functional/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and field storages with default images.
ImageFieldDisplayTest::testImageFieldDefaultImage in core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageOnTranslatedEntityTest::testSyncedImages in core/modules/image/tests/src/Functional/ImageOnTranslatedEntityTest.php
Tests synced file fields on translated nodes.
IntegrationTest::setUp in core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php
ItemsPerPageTest::testItemsPerPage in core/modules/views/tests/src/Functional/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LayoutBuilderFieldBlockEntityReferenceCacheTagsTest::testEntityReferenceFieldBlockCaching in core/modules/layout_builder/tests/src/Functional/LayoutBuilderFieldBlockEntityReferenceCacheTagsTest.php
Tests cache tags on field block for entity reference field.
LayoutBuilderQuickEditTest::setUp in core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderQuickEditTest.php
LinkFieldTest::testEditNonNodeEntityLink in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests editing a link to a non-node entity.
LinkFieldTest::testURLValidation in core/modules/link/tests/src/Functional/LinkFieldTest.php
Tests link field URL validation.
LinkViewsTokensTest::testLinkViewsTokens in core/modules/link/tests/src/Functional/Views/LinkViewsTokensTest.php
LocaleContentTest::testContentTypeDirLang in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Test if a dir and lang tags exist in node's attributes.
LocaleContentTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/src/Functional/LocaleContentTest.php
Test if a content type can be set to multilingual and language is present.
LocalePathTest::testPathLanguageConfiguration in core/modules/locale/tests/src/Functional/LocalePathTest.php
Test if a language can be associated with a path alias.
ManageDisplayTest::testViewModeCustom in core/modules/field_ui/tests/src/Functional/ManageDisplayTest.php
Tests switching view modes to use custom or 'default' settings'.
ManageFieldsFunctionalTest::cardinalitySettings in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests the cardinality settings of a field.
MenuLinkTest::testHierarchicalMenuLinkVisibility in core/modules/views/tests/src/Functional/Plugin/MenuLinkTest.php
Test that menu links using menu_link_content as parent are visible.
MenuUiContentModerationTest::testMenuUiWithPendingRevisions in core/modules/menu_ui/tests/src/Functional/MenuUiContentModerationTest.php
Tests that node drafts can not modify the menu settings.
MenuUiNodeTest::testMenuNodeFormWidget in core/modules/menu_ui/tests/src/Functional/MenuUiNodeTest.php
Test creating, editing, deleting menu links via node form widget.
MenuUiTest::doMenuTests in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests menu functionality.
MenuUiTest::testExpandAllItems in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Test the "expand all items" feature.
MenuUiTest::testUnpublishedNodeMenuItem in core/modules/menu_ui/tests/src/Functional/MenuUiTest.php
Tests that menu items pointing to unpublished nodes are editable.
MiniPagerTest::setUp in core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php
ModeratedContentViewTest::testModeratedContentPage in core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
Tests the moderated content page.
ModeratedContentViewTest::testModeratedContentPageMultilingual in core/modules/content_moderation/tests/src/Functional/ModeratedContentViewTest.php
Test the moderated content page with multilingual content.
MonthDatePluginTest::setUp in core/modules/views/tests/src/Functional/Plugin/MonthDatePluginTest.php
NodeAccessCacheabilityTest::setUp in core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php
NodeAccessFieldTest::testNodeAccessAdministerField in core/modules/node/tests/src/Functional/NodeAccessFieldTest.php
Tests administering fields when node access is restricted.
NodeAccessGrantsCacheContextTest::setUp in core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php
NodeAccessLanguageAwareCombinationTest::setUp in core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareCombinationTest.php
NodeAccessLanguageAwareTest::setUp in core/modules/node/tests/src/Kernel/NodeAccessLanguageAwareTest.php
NodeAccessLanguageFallbackTest::testNodeAccessLanguageFallback in core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php
Tests node access fallback handling with multiple node languages.
NodeAccessLanguageTest::testNodeAccess in core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
Tests node access with multiple node languages and no private nodes.
NodeAccessLanguageTest::testNodeAccessPrivate in core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
Tests node access with multiple node languages and private nodes.
NodeAccessLanguageTest::testNodeAccessQueryTag in core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php
Tests select queries with a 'node_access' tag and langcode metadata.
NodeAccessPagerTest::testCommentPager in core/modules/node/tests/src/Functional/NodeAccessPagerTest.php
Tests the comment pager for nodes with multiple grants per realm.
NodeAccessPagerTest::testForumPager in core/modules/node/tests/src/Functional/NodeAccessPagerTest.php
Tests the forum node pager for nodes with multiple grants per realm.
NodeAccessRebuildNodeGrantsTest::testNodeAccessRebuildNodeGrants in core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php
Tests rebuilding the node access permissions table with content.
NodeAccessRecordsTest::testNodeAccessRecords in core/modules/node/tests/src/Kernel/NodeAccessRecordsTest.php
Creates a node and tests the creation of node access rules.
NodeAccessTest::testGetDefaultRevisionId in core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
@covers \Drupal\content_moderation\ModerationInformation::getDefaultRevisionId
NodeAccessTest::testGetLatestRevisionId in core/modules/content_moderation/tests/src/Kernel/NodeAccessTest.php
@covers \Drupal\content_moderation\ModerationInformation::getLatestRevisionId @group legacy @expectedDeprecation Drupal\content_moderation\ModerationInformation::getLatestRevisionId is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use…
NodeAccessTest::testNodeAccess in core/modules/node/tests/src/Kernel/NodeAccessTest.php
Runs basic tests for node_access function.
NodeAccessTest::testUnsupportedOperation in core/modules/node/tests/src/Kernel/NodeAccessTest.php
Test operations not supported by node grants.
NodeAdminTest::testContentAdminPages in core/modules/node/tests/src/Functional/NodeAdminTest.php
Tests content overview with different user permissions.
NodeAdminTest::testContentAdminSort in core/modules/node/tests/src/Functional/NodeAdminTest.php
Tests that the table sorting works on the content admin pages.
NodeAttributesTest::testNodeAttributes in core/modules/rdf/tests/src/Functional/NodeAttributesTest.php
Creates a node of type article and tests its RDFa markup.
NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php
Tests the recent comments block.
NodeCommentsTest::testCommentCount in core/modules/comment/tests/src/Functional/Views/NodeCommentsTest.php
Test the comment count field.
NodeContextualLinksTest::testPageWithDisabledContextualModule in core/modules/node/tests/src/Functional/Views/NodeContextualLinksTest.php
Tests if the node page works if Contextual Links is disabled.
NodeDisplayConfigurableTest::testDisplayConfigurable in core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php
Sets base fields to configurable display and check settings are respected.
NodeFieldFilterTest::setUp in core/modules/node/tests/src/Functional/Views/NodeFieldFilterTest.php
NodeFormSaveChangedTimeTest::setUp in core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php
NodeHelpTest::testNodeShowHelpText in core/modules/node/tests/src/Functional/NodeHelpTest.php
Verifies that help text appears on node add/edit forms.
NodeIntegrationTest::testNodeViewTypeArgument in core/modules/node/tests/src/Functional/Views/NodeIntegrationTest.php
Tests basic node view with a node type argument.
NodeLanguageTest::setUp in core/modules/node/tests/src/Functional/Views/NodeLanguageTest.php
NodeLinksTest::testHideLinks in core/modules/node/tests/src/Functional/NodeLinksTest.php
Tests that the links can be hidden in the view display settings.
NodeLoadMultipleTest::testNodeMultipleLoad in core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
Creates four nodes and ensures that they are loaded correctly.
NodeLoadMultipleTest::testNodeMultipleLoadCaseSensitiveFalse in core/modules/node/tests/src/Functional/NodeLoadMultipleTest.php
Creates four nodes with not case sensitive fields and load them.
NodeQueryAlterTest::setUp in core/modules/node/tests/src/Functional/NodeQueryAlterTest.php
NodeRevisionPermissionsTest::setUp in core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php
NodeRevisionsAllTest::setUp in core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php
NodeRevisionsTest::setUp in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
NodeRevisionsTest::testNodeRevisionWithoutLogMessage in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Checks that revisions are correctly saved without log messages.
NodeRevisionsTest::testRevisions in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Checks node revision related operations.
NodeRevisionsTest::testRevisionTranslationRevert in core/modules/node/tests/src/Functional/NodeRevisionsTest.php
Tests the revision translations are correctly reverted.
NodeRevisionsUiBypassAccessTest::testDisplayRevisionTab in core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php
Checks that the Revision tab is displayed correctly.
NodeRevisionsUiTest::testNodeFormSaveWithoutRevision in core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
Checks that unchecking 'Create new revision' works when editing a node.
NodeRevisionsUiTest::testNodeRevisionDoubleEscapeFix in core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
Checks HTML double escaping of revision logs.
NodeRevisionsUiTest::testNodeRevisionsTabWithDefaultRevision in core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php
Checks the Revisions tab.
NodeRSSContentTest::testNodeRSSContent in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
Ensures that a new node includes the custom data when added to an RSS feed.
NodeRSSContentTest::testUrlHandling in core/modules/node/tests/src/Functional/NodeRSSContentTest.php
Tests relative, root-relative, protocol-relative and absolute URLs.
NodeSaveTest::testNodeSaveOnInsert in core/modules/node/tests/src/Functional/NodeSaveTest.php
Tests saving a node on node insert.
NodeTemplateSuggestionsTest::testNodeThemeHookSuggestions in core/modules/node/tests/src/Functional/NodeTemplateSuggestionsTest.php
Tests if template_preprocess_node() generates the correct suggestions.
NodeTitleTest::testNodeTitle in core/modules/node/tests/src/Functional/NodeTitleTest.php
Creates one node and tests if the node title has the correct value.
NodeTitleXSSTest::testNodeTitleXSS in core/modules/node/tests/src/Functional/NodeTitleXSSTest.php
Tests XSS functionality with a node entity.
NodeTranslationUITest::testDisabledBundle in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that no metadata is stored for a disabled bundle.
NodeTranslationUITest::testTranslationLinkTheme in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests that translation page inherits admin status of edit page.
NodeTypeTest::testNodeTypeDeletion in core/modules/node/tests/src/Functional/NodeTypeTest.php
Tests deleting a content type that still has content.
NodeViewLanguageTest::testViewLanguage in core/modules/node/tests/src/Functional/NodeViewLanguageTest.php
Tests the language extra field display.
NodeViewTest::testHtmlHeadLinks in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests the html head links.
NodeViewTest::testLinkHeader in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests the Link header.
NodeViewTest::testMultiByteUtf8 in core/modules/node/tests/src/Functional/NodeViewTest.php
Tests that we store and retrieve multi-byte UTF-8 characters correctly.
NoJavaScriptAnonymousTest::testNoJavaScript in core/modules/system/tests/src/Functional/Common/NoJavaScriptAnonymousTest.php
Tests that anonymous users are not served any JavaScript.
OptionsFieldUITest::testNodeDisplay in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Tests normal and key formatter display on node display.
OptionsFieldUITest::testOptionsAllowedValuesFloat in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Options (float) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesInteger in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Options (integer) : test 'allowed values' input.
OptionsFieldUITest::testOptionsAllowedValuesText in core/modules/options/tests/src/Functional/OptionsFieldUITest.php
Options (text) : test 'allowed values' input.
OverrideDisplaysTest::testOverrideDisplays in core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
Tests that displays can be overridden via the UI.
OverrideDisplaysTest::testWizardMixedDefaultOverriddenDisplays in core/modules/views_ui/tests/src/Functional/OverrideDisplaysTest.php
Tests that the wizard correctly sets up default and overridden displays.
PageCacheTagsIntegrationTest::testPageCacheTags in core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
Test that cache tags are properly bubbled up to the page level.
PageCacheTest::testQueryParameterFormatRequests in core/modules/page_cache/tests/src/Functional/PageCacheTest.php
Tests support for different cache items with different request formats specified via a query parameter.
PagePreviewTest::testSimultaneousPreview in core/modules/node/tests/src/Functional/PagePreviewTest.php
Checks the node preview accessible for simultaneous node editing.
PagerTest::testLimit in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests the some pager plugin.
PagerTest::testNoLimit in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests the none-pager-query.
PagerTest::testNormalPager in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests the normal pager.
PagerTest::testPager in core/modules/views/tests/src/Functional/Wizard/PagerTest.php
Tests the pager option.
PagerTest::testPagerConfigTranslation in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using config_translation.
PagerTest::testPagerLocale in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests translating the pager using locale.
PagerTest::testRenderNullPager in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
Tests rendering with NULL pager.
PagerTest::testViewTotalRowsWithoutPager in core/modules/views/tests/src/Functional/Plugin/PagerTest.php
PageViewTest::testPageView in core/modules/node/tests/src/Functional/PageViewTest.php
Tests an anonymous and unpermissioned user attempting to edit the node.
PaginationAJAXTest::setUp in core/modules/views/tests/src/FunctionalJavascript/PaginationAJAXTest.php
PathAdminTest::testPathFiltering in core/modules/path/tests/src/Functional/PathAdminTest.php
Tests the filtering aspect of the Path UI.
PathAliasTest::testAdminAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the admin interfaces.
PathAliasTest::testDuplicateNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests that duplicate aliases fail validation.
PathAliasTest::testNodeAlias in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests alias functionality through the node interfaces.
PathAliasTest::testPathCache in core/modules/path/tests/src/Functional/PathAliasTest.php
Tests the path cache.
PathContentModerationTest::testTranslatedModeratedNodeAlias in core/modules/path/tests/src/Functional/PathContentModerationTest.php
Tests that translated and moderated node can get new draft revision.
PathLanguageTest::testAliasTranslation in core/modules/path/tests/src/Functional/PathLanguageTest.php
Test alias functionality through the admin interfaces.
PathLanguageUiTest::testNotSpecifiedNode in core/modules/path/tests/src/Functional/PathLanguageUiTest.php
Test that language unspecific aliases are shown and saved in the node form.
PathPluginTest::setUp in core/modules/node/tests/src/Functional/Views/PathPluginTest.php
PathWorkspacesTest::testPathAliases in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces.
PathWorkspacesTest::testPathAliasesUserSwitch in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces and user switching.
PathWorkspacesTest::testPathAliasesWithTranslation in core/modules/workspaces/tests/src/Functional/PathWorkspacesTest.php
Tests path aliases with workspaces for translatable nodes.
PrepareUninstallTest::setUp in core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
PrepareUninstallTest::testUninstall in core/modules/system/tests/src/Functional/Module/PrepareUninstallTest.php
Tests that Node and Taxonomy can be uninstalled.
PreviewTest::testPreviewWithPagersUI in core/modules/views_ui/tests/src/FunctionalJavascript/PreviewTest.php
Tests pagers in the preview form.
PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/modules/file/tests/src/Functional/PrivateFileOnTranslatedEntityTest.php
Tests private file fields on translated nodes.
QuickEditAutocompleteTermTest::setUp in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditAutocompleteTermTest.php
QuickEditFileTest::testRemove in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php
Tests if a file can be in-place removed with Quick Edit.
QuickEditImageControllerTest::testAccess in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that routes restrict access for un-privileged users.
QuickEditImageControllerTest::testFieldInfo in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that the field info route returns expected data.
QuickEditImageControllerTest::testInvalidUpload in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that uploading a invalid image does not work.
QuickEditImageControllerTest::testValidImageUpload in core/modules/image/tests/src/Functional/QuickEditImageControllerTest.php
Tests that uploading a valid image works.
QuickEditImageTest::testImageInPlaceEditor in core/modules/image/tests/src/FunctionalJavascript/QuickEditImageTest.php
Test that quick editor works correctly with images.
QuickEditIntegrationLoadingTest::setUp in core/modules/editor/tests/src/Functional/QuickEditIntegrationLoadingTest.php
QuickEditIntegrationTest::testArticleNode in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditIntegrationTest.php
Tests if an article node can be in-place edited with Quick Edit.
QuickEditLoadingTest::setUp in core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditLoadingTest.php
QuickEditLoadingTest::setUp in core/modules/quickedit/tests/src/Kernel/QuickEditLoadingTest.php
RelationshipRepresentativeNodeTest::testRelationship in core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
ResponseGeneratorTest::testGeneratorHeaderAdded in core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php
Test to see if generator header is added.
RevisionLinkTest::testRevisionLinks in core/modules/node/tests/src/Functional/Views/RevisionLinkTest.php
Tests revision links.
RowPluginTest::setUp in core/modules/node/tests/src/Functional/Views/RowPluginTest.php
RssFieldsTest::testLink in core/modules/views/tests/src/Kernel/Plugin/RssFieldsTest.php
Tests correct processing of link fields.
SearchAdvancedSearchFormTest::setUp in core/modules/search/tests/src/Functional/SearchAdvancedSearchFormTest.php
SearchCommentCountToggleTest::setUp in core/modules/search/tests/src/Functional/SearchCommentCountToggleTest.php
SearchCommentTest::testAddNewComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that 'add new comment' does not appear in search results or index.
SearchCommentTest::testSearchResultsComment in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify that comments are rendered using proper format in search results.
SearchCommentTest::testSearchResultsCommentAccess in core/modules/search/tests/src/Functional/SearchCommentTest.php
Verify access rules for comment indexing with different permissions.
SearchConfigSettingsFormTest::setUp in core/modules/search/tests/src/Functional/SearchConfigSettingsFormTest.php
SearchDateIntervalTest::setUp in core/modules/search/tests/src/Functional/SearchDateIntervalTest.php
SearchEmbedFormTest::setUp in core/modules/search/tests/src/Functional/SearchEmbedFormTest.php
SearchExactTest::testExactQuery in core/modules/search/tests/src/Functional/SearchExactTest.php
Tests that the correct number of pager links are found for both keywords and phrases.
SearchIntegrationTest::testSearchIntegration in core/modules/views/tests/src/Functional/SearchIntegrationTest.php
Tests search integration.
SearchLanguageTest::setUp in core/modules/search/tests/src/Functional/SearchLanguageTest.php
SearchMultilingualEntityTest::setUp in core/modules/search/tests/src/Functional/SearchMultilingualEntityTest.php
SearchMultilingualTest::testMultilingualSearchFilter in core/modules/views/tests/src/Functional/SearchMultilingualTest.php
Tests search with multilingual nodes.
SearchNodeDiacriticsTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodeDiacriticsTest.php
Tests that search returns results with diacritics in the search phrase.
SearchNodePunctuationTest::testPhraseSearchPunctuation in core/modules/search/tests/src/Functional/SearchNodePunctuationTest.php
Tests that search works with punctuation and HTML entities.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion in core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
Tests that the search index info is updated when a node is deleted.
SearchNumberMatchingTest::setUp in core/modules/search/tests/src/Functional/SearchNumberMatchingTest.php
SearchNumbersTest::setUp in core/modules/search/tests/src/Functional/SearchNumbersTest.php
SearchPageCacheTagsTest::setUp in core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
SearchPreprocessLangcodeTest::testPreprocessLangcode in core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
Tests that hook_search_preprocess() returns the correct langcode.
SearchPreprocessLangcodeTest::testPreprocessStemming in core/modules/search/tests/src/Functional/SearchPreprocessLangcodeTest.php
Tests stemming for hook_search_preprocess().
SearchQueryAlterTest::testQueryAlter in core/modules/search/tests/src/Functional/SearchQueryAlterTest.php
Tests that the query alter works.
SearchRankingTest::testHTMLRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
Test rankings of HTML tags.
SearchRankingTest::testRankings in core/modules/search/tests/src/Functional/SearchRankingTest.php
SearchSetLocaleTest::setUp in core/modules/search/tests/src/Functional/SearchSetLocaleTest.php
SelectionTest::setUp in core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::setUp in core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
ShortcutTestBase::setUp in core/modules/shortcut/tests/src/Functional/ShortcutTestBase.php
ShortcutTestBase::setUp in core/modules/shortcut/src/Tests/ShortcutTestBase.php
Sets up a Drupal site for running functional and integration tests.
SortingTest::testSorting in core/modules/views/tests/src/Functional/Wizard/SortingTest.php
Tests the sorting functionality.
StandardProfileTest::setUp in core/modules/rdf/tests/src/Functional/StandardProfileTest.php
StandardTest::testStandard in core/profiles/standard/tests/src/Functional/StandardTest.php
Tests Standard installation profile.
StatisticsAdminTest::setUp in core/modules/statistics/tests/src/Functional/StatisticsAdminTest.php
StatisticsLoggingTest::setUp in core/modules/statistics/tests/src/Functional/StatisticsLoggingTest.php
StatisticsLoggingTest::setUp in core/modules/statistics/tests/src/FunctionalJavascript/StatisticsLoggingTest.php
StatisticsReportsTest::testPopularContentBlock in core/modules/statistics/tests/src/Functional/StatisticsReportsTest.php
Tests the "popular content" block.
StatisticsTokenReplaceTest::testStatisticsTokenReplacement in core/modules/statistics/tests/src/Functional/StatisticsTokenReplaceTest.php
Creates a node, then tests the statistics tokens generated from it.
StatusExtraTest::testStatusExtra in core/modules/node/tests/src/Functional/Views/StatusExtraTest.php
Tests the status extra filter.
StyleSerializerTest::testFieldapiField in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the field row style using fieldapi fields.
StyleSerializerTest::testGroupRows in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the "Grouped rows" functionality.
StyleSerializerTest::testRestViewExposedFilter in core/modules/rest/tests/src/Functional/Views/StyleSerializerTest.php
Tests the exposed filter works.
SummaryLengthTest::testSummaryLength in core/modules/node/tests/src/Kernel/SummaryLengthTest.php
Tests the node summary length functionality.
TaxonomyIndexTidUiTest::testExposedFilter in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyIndexTidUiTest.php
Tests exposed taxonomy filters.
TaxonomyTermArgumentDepthTest::setUp in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermArgumentDepthTest.php
TaxonomyTermFilterDepthTest::setUp in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTermFilterDepthTest.php
TaxonomyTestBase::setUp in core/modules/taxonomy/tests/src/Functional/Views/TaxonomyTestBase.php
TaxonomyTestBase::setUp in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTestBase.php
ThemeTest::setUp in core/modules/system/tests/src/Functional/System/ThemeTest.php
TokenReplaceTest::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/src/Functional/TokenReplaceTest.php
Creates some terms and a node, then tests the tokens generated from them.
TokenReplaceWebTest::testTokens in core/modules/system/tests/src/Functional/System/TokenReplaceWebTest.php
Tests a token replacement on an actual website.
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.
TrackerTest::testTrackerAdminUnpublish in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests that publish/unpublish works at admin/content/node.
TrackerTest::testTrackerAll in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests for the presence of nodes on the global tracker listing.
TrackerTest::testTrackerCronIndexing in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests that existing nodes are indexed by cron.
TrackerTest::testTrackerHistoryMetadata in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests the metadata for the "new"/"updated" indicators.
TrackerTest::testTrackerOrderingNewComments in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests for ordering on a users tracker listing when comments are posted.
TrackerTest::testTrackerUser in core/modules/tracker/tests/src/Functional/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.
TrackerTestBase::setUp in core/modules/tracker/tests/src/Functional/Views/TrackerTestBase.php
TrackerTestBase::setUp in core/modules/tracker/src/Tests/Views/TrackerTestBase.php
Sets up a Drupal site for running functional and integration tests.
TrackerUserUidTest::testUserUid in core/modules/tracker/tests/src/Kernel/Views/TrackerUserUidTest.php
Tests the user uid filter and argument.
TwigDebugMarkupTest::testTwigDebugMarkup in core/modules/system/tests/src/Functional/Theme/TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
UnsavedPreviewTest::testUnsavedPageDisplayPreview in core/modules/views_ui/tests/src/Functional/UnsavedPreviewTest.php
Tests previews of unsaved new page displays.
UpcastingTest::testEntityLanguage in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms entity is shown in user's language by default.
UpcastingTest::testSameTypes in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms we can upcast to controller arguments of the same type.
UpcastingTest::testUpcasting in core/modules/system/tests/src/Functional/ParamConverter/UpcastingTest.php
Confirms that all parameters are converted as expected.
UserAttributesTest::testUserAttributesInMarkup in core/modules/rdf/tests/src/Functional/UserAttributesTest.php
Tests if default mapping for user is being used.
UserCancelTest::testUserAnonymize in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content.
UserCancelTest::testUserAnonymizeBatch in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and anonymize all content using a batch process.
UserCancelTest::testUserBlockUnpublish in core/modules/user/tests/src/Functional/UserCancelTest.php
Disable account and unpublish all content.
UserCancelTest::testUserCancelInvalid in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt invalid account cancellations.
UserCancelTest::testUserCancelWithoutPermission in core/modules/user/tests/src/Functional/UserCancelTest.php
Attempt to cancel account without permission.
UserCancelTest::testUserDelete in core/modules/user/tests/src/Functional/UserCancelTest.php
Delete account and remove all content.
UserCancelTest::testUserDeleteWithContentAndNodeAccess in core/modules/user/tests/src/Functional/UserCancelTest.php
Tests user cancel with node access.
UserPictureTest::testPictureOnNodeComment in core/modules/user/tests/src/Functional/UserPictureTest.php
Tests embedded users on node pages.
UserTestBase::setUp in core/modules/user/tests/src/Functional/Views/UserTestBase.php
UserTimeZoneTest::testUserTimeZone in core/modules/user/tests/src/Functional/UserTimeZoneTest.php
Tests the display of dates and time when user-configurable time zones are set.
ViewsBulkTest::testBulkSelection in core/modules/views/tests/src/Functional/Plugin/ViewsBulkTest.php
Tests bulk selection.
WorkspaceCRUDTest::testDeletingPublishedWorkspace in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
Tests that deleting a workspace keeps its already published content.
WorkspaceCRUDTest::testDeletingWorkspaces in core/modules/workspaces/tests/src/Kernel/WorkspaceCRUDTest.php
Tests the deletion of workspaces.
WorkspaceIntegrationTest::setUp in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
WorkspaceIntegrationTest::testEntityQueryRelationship in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests the Entity Query relationship API with workspaces.
WorkspaceIntegrationTest::testExecuteInWorkspaceContext in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
@covers \Drupal\workspaces\WorkspaceManager::executeInWorkspace
WorkspaceIntegrationTest::testWorkspaceHierarchy in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests entity tracking in workspace descendants.
WorkspaceIntegrationTest::testWorkspaces in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Tests various scenarios for creating and deploying content in workspaces.
WorkspaceMergerTest::testWorkspaceMerger in core/modules/workspaces/tests/src/Kernel/WorkspaceMergerTest.php
Tests workspace merging.