You are here

47 calls to GroupKernelTestBase::getCurrentUser() in Group 8

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.
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.
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::testNewPermission in tests/src/Kernel/EntityQueryAlterComplexTest.php
Tests that adding new permissions clears caches.
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::testNewPermission in tests/src/Kernel/EntityQueryAlterTest.php
Tests that adding new permissions clears caches.
GroupAccessControlHandlerTest::testUpdateOrDeleteAccess in tests/src/Kernel/GroupAccessControlHandlerTest.php
Tests the behavior of update or delete access for groups.
GroupAccessControlHandlerTest::testViewAccess in tests/src/Kernel/GroupAccessControlHandlerTest.php
Tests the behavior of view access for groups.
GroupContentStorageTest::testLoadByEntity in tests/src/Kernel/GroupContentStorageTest.php
Tests the loading of GroupContent entities for an entity.
GroupCreatorTest::testCreatorDoesNotGetMembership in tests/src/Kernel/GroupCreatorTest.php
Tests that a group creator is not automatically made a member.
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::testOnlyGroupTypeDeleteAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with update access in just the type scope.
GroupQueryAccessHandlerTest::testOnlyGroupTypeUpdateAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with update access in just the type scope.
GroupQueryAccessHandlerTest::testOnlyGroupTypeViewAccess in tests/src/Kernel/GroupQueryAccessHandlerTest.php
Tests the conditions for people with view access in just the type 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.