You are here

namespace Drupal\Tests\node\Functional in Drupal 9

Same name in other branches
  1. 8 Drupal\Tests\node\Functional
Classsort descending Location Description
AssertButtonsTrait core/modules/node/tests/src/Functional/AssertButtonsTrait.php Asserts that buttons are present on a page.
MultiStepNodeFormBasicOptionsTest core/modules/node/tests/src/Functional/MultiStepNodeFormBasicOptionsTest.php Tests the persistence of basic options through multiple steps.
NodeAccessBaseTableTest core/modules/node/tests/src/Functional/NodeAccessBaseTableTest.php Tests behavior of the node access subsystem if the base table is not node.
NodeAccessCacheabilityTest core/modules/node/tests/src/Functional/NodeAccessCacheabilityTest.php Tests the node access automatic cacheability bubbling logic.
NodeAccessCacheabilityWithNodeGrants core/modules/node/tests/src/Functional/NodeAccessCacheabilityWithNodeGrants.php Tests node view access cacheability with node grants.
NodeAccessFieldTest core/modules/node/tests/src/Functional/NodeAccessFieldTest.php Tests the interaction of the node access system with fields.
NodeAccessGrantsCacheContextTest core/modules/node/tests/src/Functional/NodeAccessGrantsCacheContextTest.php Tests the node access grants cache context service.
NodeAccessLanguageFallbackTest core/modules/node/tests/src/Functional/NodeAccessLanguageFallbackTest.php Tests that the node_access system stores the proper fallback marker.
NodeAccessMenuLinkTest core/modules/node/tests/src/Functional/NodeAccessMenuLinkTest.php Tests the interaction of the node access system with menu links.
NodeAccessPagerTest core/modules/node/tests/src/Functional/NodeAccessPagerTest.php Tests access controlled node views have the right amount of comment pages.
NodeAccessRebuildNodeGrantsTest core/modules/node/tests/src/Functional/NodeAccessRebuildNodeGrantsTest.php Ensures that node access rebuild functions work correctly even when other modules implements hook_node_grants().
NodeActionsConfigurationTest core/modules/node/tests/src/Functional/NodeActionsConfigurationTest.php Tests configuration of actions provided by the Node module.
NodeAdminTest core/modules/node/tests/src/Functional/NodeAdminTest.php Tests node administration page functionality.
NodeBlockFunctionalTest core/modules/node/tests/src/Functional/NodeBlockFunctionalTest.php Tests node block functionality.
NodeCacheTagsTest core/modules/node/tests/src/Functional/NodeCacheTagsTest.php Tests the Node entity's cache tags.
NodeContextualLinksTest core/modules/node/tests/src/Functional/NodeContextualLinksTest.php Tests views contextual links on nodes.
NodeCreationTest core/modules/node/tests/src/Functional/NodeCreationTest.php Create a node and test saving it.
NodeDisplayConfigurableTest core/modules/node/tests/src/Functional/NodeDisplayConfigurableTest.php Tests making node base fields' displays configurable.
NodeEditFormTest core/modules/node/tests/src/Functional/NodeEditFormTest.php Create a node and test node edit functionality.
NodeEntityViewModeAlterTest core/modules/node/tests/src/Functional/NodeEntityViewModeAlterTest.php Tests changing view modes for nodes.
NodeFieldMultilingualTest core/modules/node/tests/src/Functional/NodeFieldMultilingualTest.php Tests multilingual support for fields.
NodeFormSaveChangedTimeTest core/modules/node/tests/src/Functional/NodeFormSaveChangedTimeTest.php Tests updating the changed time after API and FORM entity save.
NodeHelpTest core/modules/node/tests/src/Functional/NodeHelpTest.php Tests help functionality for nodes.
NodeLinksTest core/modules/node/tests/src/Functional/NodeLinksTest.php Tests the output of node links (read more, add new comment, etc).
NodePostSettingsTest core/modules/node/tests/src/Functional/NodePostSettingsTest.php Tests that the post information (submitted by Username on date) text displays appropriately.
NodePreviewAnonymousTest core/modules/node/tests/src/Functional/NodePreviewAnonymousTest.php Tests the node entity preview functionality for anonymous user.
NodeQueryAlterTest core/modules/node/tests/src/Functional/NodeQueryAlterTest.php Tests that node access queries are properly altered by the node module.
NodeRevisionPermissionsTest core/modules/node/tests/src/Functional/NodeRevisionPermissionsTest.php Tests user permissions for node revisions.
NodeRevisionsAllTest core/modules/node/tests/src/Functional/NodeRevisionsAllTest.php Create a node with revisions and test viewing, saving, reverting, and deleting revisions for user with access to all.
NodeRevisionsTest core/modules/node/tests/src/Functional/NodeRevisionsTest.php Create a node with revisions and test viewing, saving, reverting, and deleting revisions for users with access for this content type.
NodeRevisionsUiBypassAccessTest core/modules/node/tests/src/Functional/NodeRevisionsUiBypassAccessTest.php Tests the revision tab display.
NodeRevisionsUiTest core/modules/node/tests/src/Functional/NodeRevisionsUiTest.php Tests the UI for controlling node revision behavior.
NodeRSSContentTest core/modules/node/tests/src/Functional/NodeRSSContentTest.php Ensures that data added to nodes by other modules appears in RSS feeds.
NodeSaveTest core/modules/node/tests/src/Functional/NodeSaveTest.php Tests $node->save() for saving content.
NodeSyndicateBlockTest core/modules/node/tests/src/Functional/NodeSyndicateBlockTest.php Tests if the syndicate block is available.
NodeTemplateSuggestionsTest core/modules/node/tests/src/Functional/NodeTemplateSuggestionsTest.php Tests node template suggestions.
NodeTestBase core/modules/node/tests/src/Functional/NodeTestBase.php Sets up page and article content types.
NodeTitleTest core/modules/node/tests/src/Functional/NodeTitleTest.php Tests node title.
NodeTitleXSSTest core/modules/node/tests/src/Functional/NodeTitleXSSTest.php Create a node with dangerous tags in its title and test that they are escaped.
NodeTranslationUITest core/modules/node/tests/src/Functional/NodeTranslationUITest.php Tests the Node Translation UI.
NodeTypeInitialLanguageTest core/modules/node/tests/src/Functional/NodeTypeInitialLanguageTest.php Tests node type initial language settings.
NodeTypeTest core/modules/node/tests/src/Functional/NodeTypeTest.php Ensures that node type functions work correctly.
NodeTypeTranslationTest core/modules/node/tests/src/Functional/NodeTypeTranslationTest.php Ensures that node types translation work correctly.
NodeViewLanguageTest core/modules/node/tests/src/Functional/NodeViewLanguageTest.php Tests the node language extra field display.
NodeViewTest core/modules/node/tests/src/Functional/NodeViewTest.php Tests the node/{node} page.
PagePreviewTest core/modules/node/tests/src/Functional/PagePreviewTest.php Tests the node entity preview functionality.
PageViewTest core/modules/node/tests/src/Functional/PageViewTest.php Create a node and test edit permissions.