185 calls to BackdropWebTestCase::backdropCreateNode()
- AccessDeniedTestCase::test403PathOnSystemForm in core/modules/system/tests/system.test
- AccessDeniedTestCase::testAccessDenied in core/modules/system/tests/system.test
- ActionExampleTestCase::testActionExample in modules/examples/action_example/tests/action_example.test
- Test Action Example.
- AdminBarCustomizedTestCase::testCustomDisabled in core/modules/admin_bar/tests/admin_bar.test
- Test disabled custom links.
- BatchExampleTestCase::testBatchExampleBasic in modules/examples/batch_example/tests/batch_example.test
- Login user, create 30 nodes and test both batch examples.
- CommentFieldsTest::testCommentEnable in core/modules/comment/tests/comment.test
- Tests that comment module works when enabled after a content module.
- CommentHelperCase::setUp in core/modules/comment/tests/comment.test
- Sets up a Backdrop site for running functional and integration tests.
- CommentInterfaceTest::testCommentClasses in core/modules/comment/tests/comment.test
- Tests CSS classes on comments.
- CommentInterfaceTest::testCommentInterface in core/modules/comment/tests/comment.test
- Tests the comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in core/modules/comment/tests/comment.test
- Tests new comment marker.
- CommentPagerTest::testCommentNewPageIndicator in core/modules/comment/tests/comment.test
- Tests comment_new_page_count().
- CommentPagerTest::testCommentOrderingThreading in core/modules/comment/tests/comment.test
- Tests comment ordering and threading.
- CommentPagerTest::testCommentPaging in core/modules/comment/tests/comment.test
- Confirms comment paging works correctly with flat and threaded comments.
- CommentThreadingTestCase::testCommentThreading in core/modules/comment/tests/comment.test
- Tests the comment threading.
- CommentTokenReplaceTestCase::testCommentTokenReplacement in core/modules/comment/tests/comment.test
- Creates a comment, then tests the tokens generated from it.
- CommentViewsHandlerArgumentUserUidTest::setUp in core/modules/comment/tests/comment_views_handler_argument_user_uid.test
- Sets up a Backdrop site for running functional and integration tests.
- ContextualDynamicContextTestCase::testNodeLinks in core/modules/contextual/tests/contextual.test
- Tests contextual links on node lists with different permissions.
- ContextualLinksExampleTestCase::testContextualLinksExample in modules/examples/contextual_links_example/tests/contextual_links_example.test
- Test the various contextual links that this module defines and displays.
- DashboardTest::setUp in core/modules/dashboard/tests/dashboard.test
- Sets up a Backdrop site for running functional and integration tests.
- DashboardTest::testDashboardLayout in core/modules/dashboard/tests/dashboard.test
- Test the dashboard layout.
- DateTimeFunctionalTest::testTimeZoneHandling in core/modules/system/tests/system.test
- Test time zones and DST handling.
- DateViewsTestCase::testDateViewsPagerPlugin in core/modules/date/tests/date_views.test
- Test the date views pager plugin.
- DrupalWebTestCase::drupalCreateNode in core/includes/drupal.classes.inc
- EntityLoadTestCase::testEntityLoadConditions in core/modules/entity/tests/entity_crud.test
- Tests the functionality for loading entities matching certain conditions.
- EntityReferenceFieldTestCase::testShowLinksSetting in core/modules/entityreference/tests/entityreference.field.test
- Tests the "Show links" setting for the field formatter "Rendered entity".
- EntityReferenceFormTestCase::testAutocompleteValidationWithGenericSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
- Test that the Generic autocomplete widget validates the value properly.
- EntityReferenceFormTestCase::testAutocompleteValidationWithViewsSelectionHandler in core/modules/entityreference/tests/entityreference.form.test
- Test that the Views autocomplete widget validates the value properly.
- EntityReferenceHandlersTestCase::testCommentHandler in core/modules/entityreference/tests/entityreference.handlers.test
- Test the comment-specific overrides of the entity handler.
- EntityReferenceHandlersTestCase::testNodeHandler in core/modules/entityreference/tests/entityreference.handlers.test
- Test the node-specific overrides of the entity handler.
- EntityReferenceHandlersTestCase::testSortByField in core/modules/entityreference/tests/entityreference.handlers.test
- Assert sorting by field works for non-admins.
- EntityReferenceTaxonomyTestCase::testIndexDuplicates in core/modules/entityreference/tests/entityreference.taxonomy.test
- Make sure the index only contains one entry for a given node->term
reference, even when multiple ER fields link from the node bundle to terms.
- EntityReferenceTaxonomyTestCase::testNodeIndex in core/modules/entityreference/tests/entityreference.taxonomy.test
- Test referencing a term using entity reference field.
- FieldBlockTestCase::setUp in core/modules/field/tests/field.test
- Sets up a Backdrop site for running functional and integration tests.
- FieldGetValueTestCase::setUp in core/modules/field/tests/field.test
- Sets up a Backdrop site for running functional and integration tests.
- FieldUIManageDisplayTestCase::testViewModeCustom in core/modules/field_ui/tests/field_ui.test
- Tests switching display modes to use custom or 'default' settings'.
- FieldViewsDataTest::setUp in core/modules/field/tests/field_views.test
- Sets up a Backdrop site for running functional and integration tests.
- FieldViewsFieldTest::setUp in core/modules/field/tests/field_views.test
- Sets up a Backdrop site for running functional and integration tests.
- FileFieldDisplayTestCase::testNodeDisplay in core/modules/file/tests/file.test
- Tests normal formatter display on node display.
- FileFieldWidgetTestCase::testWidgetValidation in core/modules/file/tests/file.test
- Tests validation with the Upload button.
- FileTestHelper::uploadNodeFile in core/modules/file/tests/file.test
- Uploads a file to a node.
- FileUsageTestCase::testFileUsagePage in core/modules/file/tests/file.test
- Create a file and verify its usage information.
- FilterEditorLinkValidateTestCase::testEditorLinkValidate in core/modules/filter/tests/filter_dialog.test
- Check function _filter_format_editor_link_url_validate().
- FilterSecurityTestCase::testDisableFilterModule in core/modules/filter/tests/filter.test
- Tests removal of filtered content when an active filter is disabled.
- FrontPageTestCase::setUp in core/modules/system/tests/system.test
- Sets up a Backdrop site for running functional and integration tests.
- FrontPageTestCase::testBackdropIsFrontPage in core/modules/system/tests/system.test
- Test home page functionality.
- GenericFieldTest::createFieldContentForUser in modules/examples/field_permission_example/tests/field_permission_example.test
- Create a node with some field content.
- ImageExampleTestCase::testImageExamplePage in modules/examples/image_example/tests/image_example.test
- Tests for image block provided by module.
- ImageFieldDefaultImagesTestCase::testDefaultImages in core/modules/image/tests/image.test
- Tests CRUD for fields and fields instances with default images.
- ImageFieldDisplayTestCase::testImageFieldDefaultImage in core/modules/image/tests/image.test
- Test use of a default image with an image field.
- LayoutBlockTest::testPageComponentBlocks in core/modules/layout/tests/layout.test
- Test Page component blocks.
- LayoutInterfaceTest::setUp in core/modules/layout/tests/layout.test
- Sets up a Backdrop site for running functional and integration tests.
- LayoutInterfaceTest::testBlockEntityIDConditions in core/modules/layout/tests/layout.test
- Test block entity ID conditions.
- LayoutInterfaceTest::testBlockPathTypeConditions in core/modules/layout/tests/layout.test
- Test block path and type conditions.
- LayoutUpgradePathTest::testLayoutUpgrade in core/modules/layout/tests/layout.test
- Tests a successful upgrade, where block positions copied to layouts.
- ListFieldDisplayTestCase::testListDisplayFormatterBoolean in core/modules/field/modules/list/tests/list.test
- List (boolean) : test 'On/Off' values input.
- ListFieldUITestCase::testListAllowedValuesFloat in core/modules/field/modules/list/tests/list.test
- List (float) : test 'allowed values' input.
- ListFieldUITestCase::testListAllowedValuesInteger in core/modules/field/modules/list/tests/list.test
- List (integer) : test 'allowed values' input.
- ListFieldUITestCase::testListAllowedValuesText in core/modules/field/modules/list/tests/list.test
- List (text) : test 'allowed values' input.
- LocaleContentFunctionalTest::createNodePost in core/modules/locale/tests/locale.test
- Create node in a specific language.
- LocaleContentFunctionalTest::testContentTypeLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a content type can be set to multilingual and language is present.
- LocaleDateFormatsFunctionalTest::testLocalizeDateFormats in core/modules/locale/tests/locale.test
- Functional tests for localizing date formats.
- LocalePathFunctionalTest::testPathLanguageConfiguration in core/modules/locale/tests/locale.test
- Test if a language can be associated with a URL alias.
- MenuBlockTestCase::doMenuBlockTests in core/modules/system/tests/system.test
- Test Menu Block functionality.
- MenuBreadcrumbTestCase::testBreadCrumbs in core/modules/simpletest/tests/menu.test
- Tests breadcrumbs on node and administrative paths.
- MenuNodeTestCase::testMenuNodeFormWidget in core/modules/menu/tests/menu.test
- Test creating, editing, deleting menu links via node form widget.
- MenuTestCase::doMenuTests in core/modules/menu/tests/menu.test
- Test menu functionality using main-menu menu.
- NodeAccessFieldTestCase::testNodeAccessAdministerField in core/modules/node/tests/node.test
- Tests administering fields when node access is restricted.
- NodeAccessPagerTestCase::testCommentPager in core/modules/node/tests/node.test
- Tests the comment pager for nodes with multiple grants per realm.
- NodeAccessRecordsUnitTest::testNodeAccessRecords in core/modules/node/tests/node.test
- Creates a node and tests the creation of node access rules.
- NodeAccessUnitTest::testNodeAccess in core/modules/node/tests/node.test
- Runs basic tests for node_access function.
- NodeAdminTestCase::testContentAdminPages in core/modules/node/tests/node.test
- Tests content overview with different user permissions.
- NodeAdminTestCase::testContentAdminSort in core/modules/node/tests/node.test
- Tests that the table sorting works on the content admin pages.
- NodeBlockFunctionalTest::testNodeBlock in core/modules/node/tests/node.test
- Tests the Existing content block.
- NodeBlockFunctionalTest::testRecentNodeBlock in core/modules/node/tests/node.test
- Tests the recent content block.
- NodeBuildContent::testNodeRebuildContent in core/modules/node/tests/node.test
- Ensures that content array is rebuilt on every call to node_build_content().
- NodeEntityFieldQueryAlter::setUp in core/modules/node/tests/node.test
- Sets up a Backdrop site for running functional and integration tests.
- NodeFrontPageCallback::testCustomFrontPage in core/modules/node/tests/node.test
- NodeLayoutRevisionTestCase::setUp in core/modules/node/tests/node.test
- Sets up test case.
- NodeLoadHooksTestCase::testHookNodeLoad in core/modules/node/tests/node.test
- Tests that hook_node_load() is invoked correctly.
- NodeLoadMultipleUnitTest::testNodeMultipleLoad in core/modules/node/tests/node.test
- Creates four nodes and ensures that they are loaded correctly.
- NodeMultiByteUtf8Test::testMultiByteUtf8 in core/modules/node/tests/node.test
- Tests that multi-byte UTF-8 characters are stored and retrieved correctly.
- NodePageCacheTest::testNodeDelete in core/modules/node/tests/node.test
- Tests deleting nodes clears page cache.
- NodePageCacheTest::testNodeSaveAfterUsernameChange in core/modules/node/tests/node.test
- Check that cached node info does not run out of sync with user data.
- NodePageCacheTest::testNodeUpdateInsertCache in core/modules/node/tests/node.test
- Test node update and insert with entity cache.
- NodeQueryAlter::setUp in core/modules/node/tests/node.test
- Sets up a Backdrop site for running functional and integration tests.
- NodeRevisionPermissionsTestCase::setUp in core/modules/node/tests/node.test
- Sets up a Backdrop site for running functional and integration tests.
- NodeRevisionsTestCase::setUp in core/modules/node/tests/node.test
- Sets up a Backdrop site for running functional and integration tests.
- NodeRevisionsTestCase::testNodeRevisionWithoutLogMessage in core/modules/node/tests/node.test
- Checks that revisions are correctly saved without log messages.
- NodeRSSContentTestCase::testNodeRSSContent in core/modules/node/tests/node.test
- Ensures that a new node includes the custom data when added to an RSS feed.
- NodeSaveTestCase::testNodeSaveOnInsert in core/modules/node/tests/node.test
- Tests saving a node on node insert.
- NodeTitleTestCase::testNodeTitle in core/modules/node/tests/node.test
- Creates one node and tests if the node title has the correct value.
- NodeTitleXSSTestCase::testNodeTitleXSS in core/modules/node/tests/node.test
- Tests XSS functionality with a node entity.
- NodeTokenReplaceTestCase::testNodeTokenReplacement in core/modules/node/tests/node.test
- Creates a node, then tests the tokens generated from it.
- NodeTranslateBlockFunctionalTest::testNodeTranslateBlock in core/modules/node/tests/node.test
- Tests the Existing content block.
- NodeTypeTestCase::testNodeTypeCreation in core/modules/node/tests/node.test
- Tests creating a content type programmatically and via a form.
- NodeViewsRevisionRelationsTestCase::testNodeRevisionRelationship in core/modules/node/tests/node_views_revision_relations.test
- Create a node with revision and rest result count for both views.
- PageNotFoundTestCase::test404PathOnSystemForm in core/modules/system/tests/system.test
- PageNotFoundTestCase::testPageNotFound in core/modules/system/tests/system.test
- PagePreviewTestCase::testPagePreview in core/modules/node/tests/node.test
- Checks the node preview functionality.
- PageViewTestCase::testPageView in core/modules/node/tests/node.test
- Tests an anonymous and unpermissioned user attempting to edit the node.
- PathHooksTestCase::testPathHooks in core/modules/path/tests/path.test
- PathLanguageTestCase::testAliasTranslation in core/modules/path/tests/path.test
- Test alias functionality through the admin interfaces.
- PathPatternBulkUpdateTestCase::testBulkUpdate in core/modules/path/tests/path_pattern.test
- PathPatternFunctionalTestCase::testNodeEditing in core/modules/path/tests/path_pattern.test
- Basic functional testing of node Path patterns.
- PathPatternFunctionalTestCase::testNodeOperations in core/modules/path/tests/path_pattern.test
- Test node operations.
- PathPatternFunctionalTestCase::testNodeTypeCreate in core/modules/path/tests/path_pattern.test
- Create a new content type with new path pattern.
- PathPatternFunctionalTestCase::testProgrammaticEntityCreation in core/modules/path/tests/path_pattern.test
- Test programmatic entity creation for aliases.
- PathPatternLocaleTestCase::testLanguageAliases in core/modules/path/tests/path_pattern.test
- Test that when an English node is updated, its old English URL alias is
updated and its newer French URL alias is left intact.
- PathPatternUnitTestCase::testNoExistingPathAliases in core/modules/path/tests/path_pattern.test
- PathPatternUnitTestCase::testNoTokensNoAlias in core/modules/path/tests/path_pattern.test
- Test that path_save_automatic_alias() will not create a URL alias for a
pattern that does not get any tokens replaced.
- PathPatternUnitTestCase::testUpdateActions in core/modules/path/tests/path_pattern.test
- Test the different update actions in path_save_automatic_alias().
- PathTestCase::testAdminAlias in core/modules/path/tests/path.test
- Tests alias functionality through the admin interfaces.
- PathTestCase::testDuplicateNodeAlias in core/modules/path/tests/path.test
- Tests that tries to create a duplicate alias are caught by validation.
- PathTestCase::testNodeAlias in core/modules/path/tests/path.test
- Tests alias functionality through the node interfaces.
- PathTestCase::testPathCache in core/modules/path/tests/path.test
- Tests the path cache.
- RedirectFunctionalTest::testNodeRedirectForm in core/modules/redirect/tests/redirect.test
- Tests presence or absence of Redirect elements on node edit forms.
- RedirectFunctionalTest::testPathChangeRedirects in core/modules/redirect/tests/redirect.test
- Tests renaming automatic aliases in a circular loop.
- SearchAdvancedSearchForm::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchCommentCountToggleTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchCommentTestCase::testAddNewComment in core/modules/search/tests/search.test
- Verify that 'Add comment' does not appear in search results or index.
- SearchCommentTestCase::testSearchResultsComment in core/modules/search/tests/search.test
- Verify that comments are rendered using proper format in search results.
- SearchCommentTestCase::testSearchResultsCommentAccess in core/modules/search/tests/search.test
- Verify access rules for comment indexing with different permissions.
- SearchConfigSettingsForm::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchConfigSettingsForm::testSearchNodeTypes in core/modules/search/tests/search.test
- Verify enabling/disabling of certain node types.
- SearchConfigSettingsForm::testSearchSettingsPage in core/modules/search/tests/search.test
- Verify the search settings form.
- SearchEmbedForm::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchExactTestCase::testExactQuery in core/modules/search/tests/search.test
- Tests that the correct number of pager links are found for both keywords and phrases.
- SearchNodeAccessTest::testPhraseSearchPunctuation in core/modules/search/tests/search.test
- Tests that search works with punctuation and HTML entities.
- SearchNumberMatchingTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchNumbersTestCase::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SearchRankingTestCase::testDoubleRankings in core/modules/search/tests/search.test
- Verifies that if we combine two rankings, search still works.
- SearchRankingTestCase::testHTMLRankings in core/modules/search/tests/search.test
- Test rankings of HTML tags.
- SearchRankingTestCase::testRankings in core/modules/search/tests/search.test
- SearchSetLocaleTest::setUp in core/modules/search/tests/search.test
- Sets up a Backdrop site for running functional and integration tests.
- SimpleTestExampleMockModuleTestCase::testSimpleTestExampleMockModule in modules/examples/simpletest_example/tests/simpletest_example.test
- Test modifications made by our mock module.
- SimpleTestExampleTestCase::testSimpleTestExampleEdit in modules/examples/simpletest_example/tests/simpletest_example.test
- Create a simpletest_example node and then see if our user can edit it.
- SummaryLengthTestCase::testSummaryLength in core/modules/node/tests/node.test
- Tests the node summary length functionality.
- SystemThemeFunctionalTest::setUp in core/modules/system/tests/system.test
- Sets up a Backdrop site for running functional and integration tests.
- TaxonomyTermTestCase::testTaxonomySelectNodesAlter in core/modules/taxonomy/tests/taxonomy.test
- Tests that taxonomy term detail page is working even after the default
taxonomy_select_nodes() query is altered.
- TaxonomyTokenReplaceTestCase::testTaxonomyTokenReplacement in core/modules/taxonomy/tests/taxonomy.test
- Creates some terms and a node, then tests the tokens generated from them.
- TaxonomyViewsHandlerRelationshipNodeTermDataTest::setUp in core/modules/taxonomy/tests/taxonomy_views_handler_relationship_node_term_data.test
- Sets up a Backdrop site for running functional and integration tests.
- ThemeDebugMarkupTestCase::testDebugNodeOutput in core/modules/simpletest/tests/theme.test
- Tests debug node markup added to template output.
- TokenCommentTestCase::testCommentTokens in core/modules/simpletest/tests/token.test
- TokenCurrentPageTestCase::testCurrentPageTokens in core/modules/simpletest/tests/token.test
- TokenEntityTestCase::testEntityOriginal in core/modules/simpletest/tests/token.test
- Test the [entity:original:*] tokens.
- TokenExampleTestCase::testInterface in modules/examples/token_example/tests/token_example.test
- Test interface.
- TokenMenuTestCase::testMenuTokens in core/modules/simpletest/tests/token.test
- TokenNodeTestCase::testNodeTokens in core/modules/simpletest/tests/token.test
- TokenReplaceTestCase::testTokenReplacement in core/modules/simpletest/tests/token.test
- Creates a user and a node, then tests the tokens generated from them.
- UserCancelTestCase::testUserAnonymize in core/modules/user/tests/user.test
- Delete account and anonymize all content.
- UserCancelTestCase::testUserBlockUnpublish in core/modules/user/tests/user.test
- Disable account and unpublish all content.
- UserCancelTestCase::testUserCancelInvalid in core/modules/user/tests/user.test
- Attempt invalid account cancellations.
- UserCancelTestCase::testUserCancelWithoutPermission in core/modules/user/tests/user.test
- Attempt to cancel account without permission.
- UserCancelTestCase::testUserDelete in core/modules/user/tests/user.test
- Delete account and remove all content.
- UserSignatureTestCase::testUserSignature in core/modules/user/tests/user.test
- Test that a user can change their signature format and that it is respected
upon display.
- UserTimeZoneFunctionalTest::testUserTimeZone in core/modules/user/tests/user.test
- Tests the display of dates and time when user-configurable time zones are set.
- UserViewsTestCase::setUp in core/modules/user/tests/user_views.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsAjaxTest::setUp in core/modules/views/tests/views_ajax.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsAjaxTest::testAjaxView in core/modules/views/tests/views_ajax.test
- Tests an ajax and non-ajax view.
- ViewsCacheTest::testHttpHeadersCaching in core/modules/views/tests/views_cache.test
- Check that HTTP headers are cached for views.
- ViewsExposedFormTest::testRenameResetButton in core/modules/views/tests/views_exposed_form.test
- Tests, whether and how the reset button can be renamed.
- ViewsGlossaryTestCase::testGlossaryView in core/modules/views/tests/views_glossary.test
- Tests the default glossary view.
- ViewsHandlerArgumentStringTest::testGlossary in core/modules/views/tests/handlers/views_handler_argument_string.test
- Tests the glossary feature.
- ViewsHandlerFieldBulkFormTest::setUp in core/modules/views/tests/handlers/views_handler_field_bulk_form.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsHandlerFieldDropbuttonTest::testDropbutton in core/modules/views/tests/handlers/views_handler_field_dropbutton.test
- Tests dropbutton display.
- ViewsHandlerFieldMath::testMathFloatRender in core/modules/views/tests/handlers/views_handler_field_math.test
- Test rendering of float values in "Global: Math expression" fields.
- ViewsHandlerFilterDateTest::setUp in core/modules/views/tests/handlers/views_handler_filter_date.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsHandlerFilterMultipleTest::testMultipleFilters in core/modules/views/tests/handlers/views_handler_filter_multiple.test
- Tests combining an exposed filter with a non-exposed one.
- ViewsHandlerManyToOneTest::setUp in core/modules/views/tests/handlers/views_handler_manytoone.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsPagerTest::createNodes in core/modules/views/tests/views_pager.test
- ViewsPagerTest::testNoLimit in core/modules/views/tests/views_pager.test
- Tests the none-pager-query.
- ViewsPagerTest::testRenderNullPager in core/modules/views/tests/views_pager.test
- Tests rendering with NULL pager.
- ViewsPluginDisplayBlockTestCase::setUp in core/modules/views/tests/plugins/views_plugin_display_block.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsPluginStyleJumpMenuTest::setUp in core/modules/views/tests/styles/views_plugin_style_jump_menu.test
- Sets up a Backdrop site for running functional and integration tests.
- ViewsQueryGroupByTest::GroupByTestHelper in core/modules/views/tests/views_groupby.test
- ViewsQueryGroupByTest::testAggregateCount in core/modules/views/tests/views_groupby.test
- Tests aggregate count feature.
- ViewsQueryGroupByTest::testGroupByCountOnlyFilters in core/modules/views/tests/views_groupby.test
- ViewsUIWizardBasicTestCase::testViewsWizardAndListing in core/modules/views/tests/views_ui.test
- ViewsUIWizardDisplaysTestCase::testOverrideDisplays in core/modules/views/tests/views_ui.test
- Tests that displays can be overridden via the UI.
- ViewsUIWizardDisplaysTestCase::testWizardMixedDefaultOverriddenDisplays in core/modules/views/tests/views_ui.test
- Tests that the wizard correctly sets up default and overridden displays.
- ViewsUIWizardItemsPerPageTestCase::testItemsPerPage in core/modules/views/tests/views_ui.test
- Tests the number of items per page.
- ViewsUIWizardJumpMenuTestCase::createCommentAndGetPath in core/modules/views/tests/views_ui.test
- Helper function to create a comment and return its expected path.
- ViewsUIWizardJumpMenuTestCase::createNodeAndGetPath in core/modules/views/tests/views_ui.test
- Helper function to create a node and return its expected path.
- ViewsUIWizardJumpMenuTestCase::createNodeRevisionAndGetPath in core/modules/views/tests/views_ui.test
- Helper function to create a node revision and return its expected path.
- ViewsUIWizardSortingTestCase::testSorting in core/modules/views/tests/views_ui.test
- Tests the sorting functionality.