You are here

49 calls to ViewsKernelTestBase::executeView() in Drupal 10

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.
ArgumentValidateTest::testArgumentValidateUserName in core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
Tests the UserName argument validator.
ArgumentValidateTest::testArgumentValidateUserUid in core/modules/user/tests/src/Kernel/Views/ArgumentValidateTest.php
Tests the User (ID) argument validator.
CacheTest::testCacheContextIntegration in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the cache context integration for views result cache.
CacheTest::testCacheData in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests the data contained in cached items.
CacheTest::testNoneResultCaching in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests no caching.
CacheTest::testSubqueryStringCache in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests that Subqueries are cached as expected.
CacheTest::testTimeResultCaching in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests time based caching.
CacheTest::testTimeResultCachingWithFilter in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with filters.
CacheTest::testTimeResultCachingWithPager in core/modules/views/tests/src/Kernel/Plugin/CacheTest.php
Tests result caching with a pager.
EntityReferenceRelationshipTest::testDataTableRelationship in core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests views data generated for relationship.
EntityReferenceRelationshipTest::testDataTableRelationshipWithLongFieldName in core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests views data generated for relationship.
EntityReferenceRelationshipTest::testGroupByWithEmptyRelationships in core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests group by with optional and empty relationship.
EntityReferenceRelationshipTest::testNoDataTableRelationship in core/modules/field/tests/src/Kernel/EntityReference/Views/EntityReferenceRelationshipTest.php
Tests using the views relationship.
ExtensionViewsFieldTest::testFileExtensionTarOption in core/modules/file/tests/src/Kernel/Views/ExtensionViewsFieldTest.php
Tests file extension views field handler extension_detect_tar option.
FilterEntityBundleTest::testFilterEntity in core/modules/views/tests/src/Kernel/Entity/FilterEntityBundleTest.php
Tests the generic bundle filter.
HandlerFieldPermissionTest::testFieldPermission in core/modules/user/tests/src/Kernel/Views/HandlerFieldPermissionTest.php
Tests the permission field handler output.
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.
HistoryTimestampTest::testHandlers in core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
Tests the handlers.
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.
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.
QueryTest::_testQueryExecute in core/modules/views/tests/src/Kernel/Plugin/QueryTest.php
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.
RelationshipTest::testRelationshipQuery in core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php
Tests the query result of a view with a 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::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.
StyleGridResponsiveTest::testResponsiveGrid in core/modules/views/tests/src/Kernel/Plugin/StyleGridResponsiveTest.php
Generates a grid_responsive and asserts that it is displaying correctly.
StyleGridTest::assertGrid in core/modules/views/tests/src/Kernel/Plugin/StyleGridTest.php
Generates a grid and asserts that it is displaying correctly.
StyleTableUnitTest::testTable in core/modules/views/tests/src/Kernel/Plugin/StyleTableUnitTest.php
Tests the table style.
StyleTest::doTestGrouping in core/modules/views/tests/src/Kernel/Plugin/StyleTest.php
Provides reusable code for ::testGrouping().
TaxonomyFieldTidTest::testViewsHandlerTidField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldTidTest.php
Tests the taxonomy field handler.
TaxonomyFieldVidTest::testViewsHandlerVidField in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyFieldVidTest.php
Tests the field handling for the Vocabulary ID.
TaxonomyTermArgumentDepthTest::assertTermWithDepthResult in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php
Asserts the result of the view for the given arguments.
TaxonomyTermArgumentDepthTest::testTermWithDepthFilter in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermArgumentDepthTest.php
Tests the terms with depth filter.
TaxonomyTermFilterDepthTest::assertTermWithDepthResult in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php
Asserts the result of the view for the given filter configuration.
TaxonomyTermFilterDepthTest::testTermWithDepthFilter in core/modules/taxonomy/tests/src/Kernel/Views/TaxonomyTermFilterDepthTest.php
Tests the terms with depth filter.
UserDataTest::testDataField in core/modules/user/tests/src/Kernel/Views/UserDataTest.php
Tests field handler.
ViewsIntegrationTest::testFiltering in core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
Tests views can be filtered by severity and log type.
ViewsIntegrationTest::testMessages in core/modules/dblog/tests/src/Kernel/Views/ViewsIntegrationTest.php
Tests the messages escaping functionality.