You are here

107 calls to GroupKernelTestBase::createGroup() in Group 8

ChainGroupPermissionCalculatorTest::testCalculateAuthenticatedPermissions in tests/src/Kernel/ChainGroupPermissionCalculatorTest.php
Tests the calculation of the authenticated permissions.
ChainGroupPermissionCalculatorTest::testCalculateMemberPermissions in tests/src/Kernel/ChainGroupPermissionCalculatorTest.php
Tests the calculation of the member permissions.
ChainGroupPermissionCalculatorTest::testCalculateMultipleMembersPermissions in tests/src/Kernel/ChainGroupPermissionCalculatorTest.php
Test members permissions with multiple users, groups and group roles.
ChainGroupPermissionCalculatorTest::testCalculatePermissions in tests/src/Kernel/ChainGroupPermissionCalculatorTest.php
Tests the calculation of an account's permissions.
EntityAccessComplexTest::testAnonymousViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for anonymous.
EntityAccessComplexTest::testAnonymousViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for anonymous.
EntityAccessComplexTest::testMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of any grouped entities for members.
EntityAccessComplexTest::testMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of own grouped entities for members.
EntityAccessComplexTest::testMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are properly hidden.
EntityAccessComplexTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are visible to members.
EntityAccessComplexTest::testMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of any grouped entities for members.
EntityAccessComplexTest::testMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of own grouped entities for members.
EntityAccessComplexTest::testMemberViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for members.
EntityAccessComplexTest::testMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for members.
EntityAccessComplexTest::testMemberViewOwnPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own published grouped entities for members.
EntityAccessComplexTest::testMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own unpublished grouped entities for members.
EntityAccessComplexTest::testNonMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of any grouped entities for non-members.
EntityAccessComplexTest::testNonMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the deleting of own grouped entities for non-members.
EntityAccessComplexTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are properly hidden.
EntityAccessComplexTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessComplexTest.php
Tests that grouped nodes are visible to non-members.
EntityAccessComplexTest::testNonMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of any grouped entities for non-members.
EntityAccessComplexTest::testNonMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the updating of own grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewAnyPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any published grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of any unpublished grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewOwnPublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own published grouped entities for non-members.
EntityAccessComplexTest::testNonMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityAccessComplexTest.php
Tests the viewing of own unpublished grouped entities for non-members.
EntityAccessTest::testMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of any grouped entities for members.
EntityAccessTest::testMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of own grouped entities for members.
EntityAccessTest::testMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are properly hidden.
EntityAccessTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are visible to members.
EntityAccessTest::testMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of any grouped entities for members.
EntityAccessTest::testMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of own grouped entities for members.
EntityAccessTest::testMemberViewAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of any grouped entities for members.
EntityAccessTest::testMemberViewOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of own grouped entities for members.
EntityAccessTest::testNonMemberDeleteAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of any grouped entities for non-members.
EntityAccessTest::testNonMemberDeleteOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the deleting of own grouped entities for non-members.
EntityAccessTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are properly hidden.
EntityAccessTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityAccessTest.php
Tests that grouped test entities are visible to non-members.
EntityAccessTest::testNonMemberUpdateAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of any grouped entities for non-members.
EntityAccessTest::testNonMemberUpdateOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the updating of own grouped entities for non-members.
EntityAccessTest::testNonMemberViewAnyAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of any grouped entities for non-members.
EntityAccessTest::testNonMemberViewOwnAccess in tests/src/Kernel/EntityAccessTest.php
Tests the viewing of own grouped entities for non-members.
EntityQueryAlterCacheabilityTest::testCacheableMetadataLeaks in tests/src/Kernel/EntityQueryAlterCacheabilityTest.php
Tests that cacheable metadata is only bubbled when there is any.
EntityQueryAlterComplexTest::testMemberAdminAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the admin access for members.
EntityQueryAlterComplexTest::testMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that grouped nodes are properly hidden for members.
EntityQueryAlterComplexTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that grouped nodes are visible to members.
EntityQueryAlterComplexTest::testMemberViewAnyPublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of any published entities for members.
EntityQueryAlterComplexTest::testMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of any unpublished entities for members.
EntityQueryAlterComplexTest::testMemberViewOwnPublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of own published entities for members.
EntityQueryAlterComplexTest::testMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of own unpublished entities for members.
EntityQueryAlterComplexTest::testNewGroupContent in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that adding new group content clears caches.
EntityQueryAlterComplexTest::testNewPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that adding new permissions clears caches.
EntityQueryAlterComplexTest::testNonMemberAdminAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the admin access for non-members.
EntityQueryAlterComplexTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that grouped nodes are properly hidden for non-members.
EntityQueryAlterComplexTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that grouped nodes are visible to non-members.
EntityQueryAlterComplexTest::testNonMemberViewAnyPublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of any published entities for non-members.
EntityQueryAlterComplexTest::testNonMemberViewAnyUnpublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of any unpublished entities for non-members.
EntityQueryAlterComplexTest::testNonMemberViewOwnPublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of own published entities for non-members.
EntityQueryAlterComplexTest::testNonMemberViewOwnUnpublishedAccess in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests the viewing of own unpublished entities for non-members.
EntityQueryAlterTest::testGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are properly hidden for members.
EntityQueryAlterTest::testMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are visible to members.
EntityQueryAlterTest::testMemberViewAnyAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of any entities for members.
EntityQueryAlterTest::testMemberViewOwnAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of own entities for members.
EntityQueryAlterTest::testNewGroupContent in tests/src/Kernel/EntityQueryAlterTest.php
Tests that adding new group content clears caches.
EntityQueryAlterTest::testNewPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that adding new permissions clears caches.
EntityQueryAlterTest::testNonMemberGroupAccessWithoutPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are properly hidden for non-members.
EntityQueryAlterTest::testNonMemberGroupAccessWithPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that grouped test entities are visible to non-members.
EntityQueryAlterTest::testNonMemberViewAnyAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of any entities for non-members.
EntityQueryAlterTest::testNonMemberViewOwnAccess in tests/src/Kernel/EntityQueryAlterTest.php
Tests the viewing of own entities for non-members.
GroupAccessControlHandlerTest::setUp in tests/src/Kernel/GroupAccessControlHandlerTest.php
GroupContentCreateAccessTest::testFormAccess in tests/src/Kernel/GroupContentCreateAccessTest.php
Tests access to the create/add form.
GroupContentCreateAccessTest::testPageAccess in tests/src/Kernel/GroupContentCreateAccessTest.php
Tests access to the create/add overview page.
GroupContentCrudHookTest::testGroupedEntityDeletion in tests/src/Kernel/GroupContentCrudHookTest.php
Tests that a grouped entity deletion triggers group content deletion.
GroupContentCrudHookTest::testUngroupedEntityDeletion in tests/src/Kernel/GroupContentCrudHookTest.php
Tests that an ungrouped entity deletion triggers no group content deletion.
GroupContentQueryAccessHandlerTest::testAdminAccess in tests/src/Kernel/GroupContentQueryAccessHandlerTest.php
Tests the conditions for admin access.
GroupContentQueryAccessHandlerTest::testCombinedAccess in tests/src/Kernel/GroupContentQueryAccessHandlerTest.php
Tests the conditions for people with access in both scopes.
GroupContentQueryAccessHandlerTest::testGroupAccess in tests/src/Kernel/GroupContentQueryAccessHandlerTest.php
Tests the conditions for people with access in just the group scope.
GroupContentQueryAccessHandlerTest::testOwnerGroupAccess in tests/src/Kernel/GroupContentQueryAccessHandlerTest.php
Tests the conditions for owner access in the group scope.
GroupContentQueryAccessHandlerTest::testOwnerGroupTypeAccess in tests/src/Kernel/GroupContentQueryAccessHandlerTest.php
Tests the conditions for owner access in the group type scope.
GroupContentStorageTest::testCreateForInvalidBundle in tests/src/Kernel/GroupContentStorageTest.php
Tests the creation of a GroupContent entity using an incorrect bundle.
GroupContentStorageTest::testCreateForInvalidPluginId in tests/src/Kernel/GroupContentStorageTest.php
Tests the creation of a GroupContent entity using an incorrect plugin ID.
GroupContentStorageTest::testCreateForUnsavedEntity in tests/src/Kernel/GroupContentStorageTest.php
Tests the creation of a GroupContent entity using an unsaved entity.
GroupContentStorageTest::testCreateWithBundle in tests/src/Kernel/GroupContentStorageTest.php
Tests the creation of a GroupContent entity using a bundle.
GroupContentStorageTest::testCreateWithoutBundle in tests/src/Kernel/GroupContentStorageTest.php
Tests the creation of a GroupContent entity using no bundle.
GroupContentStorageTest::testLoadByContentPluginId in tests/src/Kernel/GroupContentStorageTest.php
Tests the loading of GroupContent entities for an entity.
GroupContentStorageTest::testLoadByEntity in tests/src/Kernel/GroupContentStorageTest.php
Tests the loading of GroupContent entities for an entity.
GroupContentStorageTest::testLoadByGroup in tests/src/Kernel/GroupContentStorageTest.php
Tests the loading of GroupContent entities for a group.
GroupContentTest::testGetCacheTagsToInvalidate in tests/src/Kernel/GroupContentTest.php
Tests that custom list cache tags are properly invalidated.
GroupContentTest::testSubjectResaved in tests/src/Kernel/GroupContentTest.php
Tests that after adding an entity to a group, it gets saved again.
GroupContentTest::testUrlRouteParameters in tests/src/Kernel/GroupContentTest.php
Tests that entity url templates are functional.
GroupContentTokenReplaceTest::testGroupContentTokenReplacement in tests/src/Kernel/GroupContentTokenReplaceTest.php
Tests the tokens replacement for group content.
GroupCreatorTest::testCreatorGetsMembership in tests/src/Kernel/GroupCreatorTest.php
Tests that a group creator is automatically a member.
GroupCreatorTest::testCreatorRoles in tests/src/Kernel/GroupCreatorTest.php
Tests that a group creator gets the configured roles.
GroupQueryAccessHandlerTest::testCombinedDeleteAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with delete access in both scopes.
GroupQueryAccessHandlerTest::testCombinedUpdateAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with update access in both scopes.
GroupQueryAccessHandlerTest::testCombinedViewAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with view access in both scopes.
GroupQueryAccessHandlerTest::testOnlyGroupDeleteAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with delete access in just the group scope.
GroupQueryAccessHandlerTest::testOnlyGroupUpdateAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with update access in just the group scope.
GroupQueryAccessHandlerTest::testOnlyGroupViewAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with view access in just the group scope.
GroupQueryAccessHandlerTest::testUnpublishedViewAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for view unpublished access.
GroupRoleStorageTest::setUp in tests/src/Kernel/GroupRoleStorageTest.php
GroupTest::setUp in tests/src/Kernel/GroupTest.php
GroupTokenReplaceTest::testGroupTokenReplacement in tests/src/Kernel/GroupTokenReplaceTest.php
Tests the tokens replacement for group.
LatestRevisionAccessTest::testAccess in tests/src/Kernel/LatestRevisionAccessTest.php
Tests access to the revision tab.
RevisionUiAccessTest::testOverviewAccess in tests/src/Kernel/RevisionUiAccessTest.php
Tests access to the overview page.
RevisionUiAccessTest::testUpdateDeleteAccess in tests/src/Kernel/RevisionUiAccessTest.php
Tests access to the update (revert) or delete form.
RevisionUiAccessTest::testViewAccess in tests/src/Kernel/RevisionUiAccessTest.php
Tests access to the view page.