You are here

140 calls to ViewResultAssertionTrait::assertIdenticalResultset() in Drupal 9

ArgumentDateTest::testCreatedFullDateHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the CreatedFullDate handler.
ArgumentDateTest::testDayHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the Day handler.
ArgumentDateTest::testMonthHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the Month handler.
ArgumentDateTest::testWeekHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the Week handler.
ArgumentDateTest::testYearHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the Year handler.
ArgumentDateTest::testYearMonthHandler in core/modules/views/tests/src/Kernel/Handler/ArgumentDateTest.php
Tests the YearMonth handler.
ArgumentDateTimeTest::testDatetimeArgumentAll in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests year, month, and day arguments combined.
ArgumentDateTimeTest::testDatetimeArgumentDay in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests day argument.
ArgumentDateTimeTest::testDatetimeArgumentFullDate in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests full_date CCYYMMDD argument.
ArgumentDateTimeTest::testDatetimeArgumentMonth in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests month argument.
ArgumentDateTimeTest::testDatetimeArgumentWeek in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests week WW argument.
ArgumentDateTimeTest::testDatetimeArgumentYear in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests year argument.
ArgumentDateTimeTest::testDatetimeArgumentYearMonth in core/modules/datetime/tests/src/Kernel/Views/ArgumentDateTimeTest.php
Tests year_month CCYYMM argument.
ArgumentDefaultTest::testArgumentDefaultPlugin in core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php
Tests the argument default test plugin.
ArgumentLanguageTest::testArgument in core/modules/language/tests/src/Kernel/Views/ArgumentLanguageTest.php
Tests the language argument.
ArgumentNodeRevisionIdTest::testNodeRevisionRelationship in core/modules/node/tests/src/Kernel/Views/ArgumentNodeRevisionIdTest.php
Tests the node revision id argument via the node_vid handler.
ArgumentUidRevisionTest::testArgument in core/modules/node/tests/src/Kernel/Views/ArgumentUidRevisionTest.php
Tests the node_uid_revision argument.
BasicTest::testSimpleResultSet in core/modules/views/tests/src/Kernel/BasicTest.php
Tests a trivial result set.
CacheTest::testCacheContextIntegration in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the cache context integration for views result cache.
CacheTest::testTimeResultCachingWithPager in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with a pager.
CommentFieldNameTest::testCommentFieldName in core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php
Tests comment field name.
DefaultViewRecentCommentsTest::testBlockDisplay in core/modules/comment/tests/src/Functional/Views/DefaultViewRecentCommentsTest.php
Tests the block defined by the comments_recent view.
DefaultViewsTest::testArchiveView in core/modules/views/tests/src/Functional/DefaultViewsTest.php
Tests the archive view.
EntityViewsWithMultivalueBasefieldTest::testView in core/modules/views/tests/src/Kernel/Entity/EntityViewsWithMultivalueBasefieldTest.php
Tests entity views with multivalue base fields.
FieldApiDataTest::testEntityFieldFilter in core/modules/views/tests/src/Kernel/FieldApiDataTest.php
Tests filtering entries with different translatability.
FieldFieldTest::testComplexExecute in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testFieldAlias in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result of a view with complex field configuration.
FieldFieldTest::testRevisionComplexExecute in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result set of a complex revision view.
FieldFieldTest::testRevisionExecute in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the revision result.
FieldFieldTest::testSimpleExecute in core/modules/views/tests/src/Kernel/Handler/FieldFieldTest.php
Tests the result of a view with base fields and configurable fields.
FieldTypeTest::testFieldType in core/modules/block_content/tests/src/Functional/Views/FieldTypeTest.php
FilterAndArgumentUserUidTest::testHandlers in core/modules/comment/tests/src/Kernel/Views/FilterAndArgumentUserUidTest.php
Tests the user posted or commented filter and argument handlers.
FilterBooleanOperatorStringTest::testFilterBooleanOperatorString in core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
Tests the BooleanOperatorString filter.
FilterBooleanOperatorStringTest::testFilterGroupedExposed in core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorStringTest.php
Tests the Boolean filter with grouped exposed form enabled.
FilterBooleanOperatorTest::testFilterBooleanOperator in core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php
Tests the BooleanOperator filter.
FilterBooleanOperatorTest::testFilterGroupedExposed in core/modules/views/tests/src/Kernel/Handler/FilterBooleanOperatorTest.php
Tests the boolean filter with grouped exposed form enabled.
FilterCombineTest::testFilterCombineAllWords in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter with the 'allwords' operator.
FilterCombineTest::testFilterCombineContains in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
FilterCombineTest::testFilterCombineEnds in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'ends' operator.
FilterCombineTest::testFilterCombineEqual in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'equal' operator.
FilterCombineTest::testFilterCombineNot in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'not' operator.
FilterCombineTest::testFilterCombineNotEnds in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'not_ends' operator.
FilterCombineTest::testFilterCombineNotStarts in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'not_starts' operator.
FilterCombineTest::testFilterCombineStarts in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter using the 'starts' operator.
FilterCombineTest::testFilterCombineWord in core/modules/views/tests/src/Kernel/Handler/FilterCombineTest.php
Tests the Combine field filter with the 'word' operator.
FilterDateTest::testDateIs in core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php
Tests date filter with date-only fields.
FilterDateTest::testDateOffsets in core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php
Tests offsets with date-only fields.
FilterDateTest::testDateOffsets in core/modules/datetime_range/tests/src/Kernel/Views/FilterDateTest.php
Tests offsets with date-only fields.
FilterDateTest::_testBetween in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests the filter operator between/not between.
FilterDateTest::_testOffset in core/modules/views/tests/src/Functional/Handler/FilterDateTest.php
Tests the general offset functionality.
FilterDateTimeTest::_testBetween in core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
Tests between operations.
FilterDateTimeTest::_testExact in core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
Tests exact date matching.
FilterDateTimeTest::_testOffset in core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
Tests offset operations.
FilterEqualityTest::testEqual in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedExposed in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testEqualGroupedNotExposed in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterEqualityTest::testNotEqual in core/modules/views/tests/src/Kernel/Handler/FilterEqualityTest.php
FilterInOperatorTest::testFilterGroupedChangedIdentifier in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
Tests that we can safely change the identifier on a grouped filter.
FilterInOperatorTest::testFilterInOperatorGroupedExposedSimple in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterInOperatorSimple in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterInOperatorTest::testFilterNotInOperatorGroupedExposedSimple in core/modules/views/tests/src/Kernel/Handler/FilterInOperatorTest.php
FilterLanguageTest::testFilter in core/modules/language/tests/src/Kernel/Views/FilterLanguageTest.php
Tests the language filter.
FilterNumericTest::testFilterNumericBetween in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
Tests the between operator.
FilterNumericTest::testFilterNumericEmpty in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedBetween in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedEmpty in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotBetween in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedNotEmpty in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericExposedGroupedRegularExpression in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
Tests the numeric filter handler with the 'regular_expression' operator to grouped exposed filters.
FilterNumericTest::testFilterNumericExposedGroupedSimple in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterNumericTest::testFilterNumericRegularExpression in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
Tests the numeric filter handler with the 'regular_expression' operator.
FilterNumericTest::testFilterNumericSimple in core/modules/views/tests/src/Kernel/Handler/FilterNumericTest.php
FilterStringTest::testFilterStringContains in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEmpty in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEnds in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedContains in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedEmpty in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedEnds in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedLonger in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedNot in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedNotEnds in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedNotEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedNotStarts in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedShorter in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedStarts in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringGroupedExposedWord in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringLonger in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNot in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotEnds in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotEqual in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringNotStarts in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringShorter in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringStarts in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterStringTest::testFilterStringWord in core/modules/views/tests/src/Kernel/Handler/FilterStringTest.php
FilterUidRevisionTest::testFilter in core/modules/node/tests/src/Kernel/Views/FilterUidRevisionTest.php
Tests the node_uid_revision filter.
ForumIntegrationTest::testForumIntegration in core/modules/forum/tests/src/Functional/Views/ForumIntegrationTest.php
Tests the integration.
FrontPageTest::testFrontPage in core/modules/node/tests/src/Functional/Views/FrontPageTest.php
Tests the frontpage.
HandlerFilterCurrentUserTest::testFilterCurrentUserAsAnonymous in core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
Tests the current user filter handler with anonymous user.
HandlerFilterCurrentUserTest::testFilterCurrentUserAsUser in core/modules/user/tests/src/Kernel/Views/HandlerFilterCurrentUserTest.php
Tests the current user filter handler with logged-in user.
HandlerFilterPermissionTest::testFilterPermission in core/modules/user/tests/src/Kernel/Views/HandlerFilterPermissionTest.php
Tests the permission filter handler.
HandlerFilterUserNameTest::testUserNameApi in core/modules/user/tests/src/Functional/Views/HandlerFilterUserNameTest.php
Tests just using the filter.
HistoryTimestampTest::testHandlers in core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
Tests the handlers.
IntegrationTest::testAggregatorItemView in core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php
Tests basic aggregator_item view.
LatestRevisionFilterTest::testLatestRevisionFilter in core/modules/views/tests/src/Kernel/Entity/LatestRevisionFilterTest.php
Tests the 'Latest revision' filter.
LatestTranslationAffectedRevisionTest::testLatestRevisionFilter in core/modules/views/tests/src/Kernel/Entity/LatestTranslationAffectedRevisionTest.php
Tests the 'Latest revision' filter.
NodeRevisionWizardTest::testViewAdd in core/modules/node/tests/src/Functional/Views/Wizard/NodeRevisionWizardTest.php
Tests creating a node revision view.
OptionsListArgumentTest::testViewsTestOptionsListArgument in core/modules/options/tests/src/Kernel/Views/OptionsListArgumentTest.php
Tests the options field argument.
OptionsListFilterTest::testViewsTestOptionsListFilter in core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php
Tests options list field filter.
OptionsListFilterTest::testViewsTestOptionsListGroupedFilter in core/modules/options/tests/src/Kernel/Views/OptionsListFilterTest.php
Tests options list field filter when grouped.
RelationshipJoinInTest::testRelationshipInQuery in core/modules/views/tests/src/Kernel/Plugin/RelationshipJoinInTest.php
Tests the query result of a view with a relationship with an IN condition.
RelationshipNodeTermDataTest::testViewsHandlerRelationshipNodeTermData in core/modules/taxonomy/tests/src/Functional/Views/RelationshipNodeTermDataTest.php
RelationshipRepresentativeNodeTest::testRelationship in core/modules/user/tests/src/Kernel/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RelationshipRepresentativeNodeTest::testRelationship in core/modules/taxonomy/tests/src/Functional/Views/RelationshipRepresentativeNodeTest.php
Tests the relationship.
RelationshipTest::testRelationshipQuery in core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php
Tests the query result of a view with a relationship.
RelationshipUserFileDataTest::testViewsHandlerRelationshipUserFileData in core/modules/file/tests/src/Kernel/Views/RelationshipUserFileDataTest.php
Tests using the views file relationship.
RelationshipUserImageDataTest::testViewsHandlerRelationshipUserImageData in core/modules/image/tests/src/Kernel/Views/RelationshipUserImageDataTest.php
Tests using the views image relationship.
RevisionCreateTimestampTest::testRevisionCreateTimestampView in core/modules/node/tests/src/Kernel/Views/RevisionCreateTimestampTest.php
RevisionRelationshipsTest::testBlockContentRevisionRelationship in core/modules/block_content/tests/src/Kernel/Views/RevisionRelationshipsTest.php
Create a block_content with revision and rest result count for both views.
RevisionRelationshipsTest::testNodeRevisionRelationship in core/modules/node/tests/src/Kernel/Views/RevisionRelationshipsTest.php
Create a node with revision and rest result count for both views.
RevisionUidTest::testRevisionUid in core/modules/node/tests/src/Kernel/Views/RevisionUidTest.php
Tests the node_revision_uid relationship.
RevisionUserTest::testRevisionUser in core/modules/media/tests/src/Kernel/Views/RevisionUserTest.php
Tests the media_revision_user relationship.
RevisionUserTest::testRevisionUser in core/modules/block_content/tests/src/Kernel/Views/RevisionUserTest.php
Tests the block_content_revision_user relationship.
RowEntityRenderersTest::testRevisionBaseTable in core/modules/views/tests/src/Kernel/Entity/RowEntityRenderersTest.php
Tests the row renderer with a revision base table.
SortDateTest::testDateOrdering in core/modules/views/tests/src/Kernel/Handler/SortDateTest.php
Tests numeric ordering of the result set.
SortDateTimeTest::testDateTimeSort in core/modules/datetime/tests/src/Kernel/Views/SortDateTimeTest.php
Tests the datetime sort handler.
SortRandomTest::testRandomOrdering in core/modules/views/tests/src/Kernel/Handler/SortRandomTest.php
Tests random ordering of the result set.
SortTest::testNumericOrdering in core/modules/views/tests/src/Kernel/Handler/SortTest.php
Tests numeric ordering of the result set.
SortTest::testStringOrdering in core/modules/views/tests/src/Kernel/Handler/SortTest.php
Tests string ordering of the result set.
SortTranslationTest::testSortbyUntranslatedIntegerField in core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
Tests sorting on an untranslated field.
SqlEntityLoadingTest::testViewWithNonDefaultPendingRevision in core/modules/views/tests/src/Kernel/Plugin/SqlEntityLoadingTest.php
ViewsDataIntegrationTest::testContentModerationStateField in core/modules/content_moderation/tests/src/Kernel/ViewsDataIntegrationTest.php
Tests the content moderation state views field.
ViewsIntegrationTest::testFiltering in core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
Tests views can be filtered by severity and log type.
ViewsModerationStateFilterTest::assertNodesWithFilters in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
Assert the nodes appear when the test view is executed.
ViewsModerationStateFilterTest::executeAndAssertIdenticalResultset in core/modules/content_moderation/tests/src/Functional/ViewsModerationStateFilterTest.php
Execute a view and assert the expected results.
ViewsModerationStateFilterTest::testModerationStateFilterOnJoinedEntity in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
Tests the moderation state filter on an entity added via a relationship.
ViewsModerationStateFilterTest::testNonTranslatableEntityType in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateFilterTest.php
Tests the moderation filter with a non-translatable entity type.
ViewsModerationStateSortTest::assertSortResults in core/modules/content_moderation/tests/src/Kernel/ViewsModerationStateSortTest.php
Assert the order of a views sort result.
WorkspaceIntegrationTest::assertWorkspaceStatus in core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php
Checks entity load, entity queries and views results for a test scenario.