You are here

26 calls to GNodeWebTestBase::createGroupType() in Group 7

GNodeBypassAccessTests::testAnonymousBypassGroupAccess in modules/gnode/tests/gnode.test
Test anonymous user's access to nodes in a group when granted bypass group access.
GNodeBypassAccessTests::testMemberBypassGroupAccess in modules/gnode/tests/gnode.test
Test member user's access to nodes in a group when granted bypass group access.
GNodeBypassAccessTests::testOutsiderBypassGroupAccess in modules/gnode/tests/gnode.test
Test outsider user's access to nodes in a group when granted bypass group access.
GNodeCreateAccessTests::testAnonymousCreateAccess in modules/gnode/tests/gnode.test
Test anonymous user's create access to nodes in a group. This checks via several permissions: create node and administer group.
GNodeCreateAccessTests::testMemberCreateAccess in modules/gnode/tests/gnode.test
Test member user's create access to nodes in a group. This checks via several permissions: create node and administer group.
GNodeCreateAccessTests::testOutsiderCreateAccess in modules/gnode/tests/gnode.test
Test outsider user's create access. This checks via several permissions: create node and administer group.
GNodeDeleteAccessTests::testAnonymousDeleteAccess in modules/gnode/tests/gnode.test
Test anonymous user's delete access to nodes in a group. This checks via several permissions: the delete any node, delete own node and administer group.
GNodeDeleteAccessTests::testMemberDeleteAccess in modules/gnode/tests/gnode.test
Test member user's delete access to nodes in a group. This checks via several permissions: the delete any node, delete own node and administer group.
GNodeDeleteAccessTests::testMemberWithGlobalRoleDeleteAccess in modules/gnode/tests/gnode.test
Test member with global role user's delete access to nodes in a group. This checks via several permissions: the delete any node, delete own node and administer group.
GNodeDeleteAccessTests::testMemberWithGroupRoleDeleteAccess in modules/gnode/tests/gnode.test
Test member with group role user's delete access to nodes in a group. This checks via several permissions: the delete any node, delete own node and administer group.
GNodeDeleteAccessTests::testOutsiderDeleteAccess in modules/gnode/tests/gnode.test
Test outsider user's delete access to nodes in a group. This checks via several permissions: the delete any node, delete own node and administer group.
GNodeEditAccessTests::testAnonymousEditAccess in modules/gnode/tests/gnode.test
Test anonymous user's edit access to nodes in a group.
GNodeEditAccessTests::testMemberEditAccess in modules/gnode/tests/gnode.test
Test member user's edit access to nodes in a group. This checks via several permissions: the update any node, update own node and administer group.
GNodeEditAccessTests::testMemberWithGlobalRoleEditAccess in modules/gnode/tests/gnode.test
Test member with global role user's edit access to nodes in a group. This checks via several permissions: the update any node, update own node and administer group.
GNodeEditAccessTests::testMemberWithGroupRoleEditAccess in modules/gnode/tests/gnode.test
Test member with group role user's edit access to nodes in a group. This checks via several permissions: the update any node, update own node and administer group.
GNodeEditAccessTests::testOutsiderEditAccess in modules/gnode/tests/gnode.test
Test outsider user's edit access to nodes in a group. This checks via several permissions: the update any node, update own node and administer group.
GNodeSafeModeViewWithAnotherModuleTests::testAnonymousViewAccessWhenAnotherModuleSaysAccessIsOK in modules/gnode/tests/gnode.test
Test Group behaviour for anonymous when another module is providing node grants.
GNodeSafeModeViewWithAnotherModuleTests::testMemberViewAccessWhenAnotherModuleSaysAccessIsOK in modules/gnode/tests/gnode.test
Test Group behaviour for member when another module is providing node grants.
GNodeSafeModeViewWithAnotherModuleTests::testOutsiderViewAccessWhenAnotherModuleSaysAccessIsOK in modules/gnode/tests/gnode.test
Test Group behaviour for outsider when another module is providing node grants.
GNodeViewAccessTests::testAnonymousPermissionBuildUp in modules/gnode/tests/gnode.test
Test the anonymous user does not receive access until their role has access even when higher roles do have access.
GNodeViewAccessTests::testAnonymousViewAccess in modules/gnode/tests/gnode.test
Test anonymous user's view access to nodes in a group.
GNodeViewAccessTests::testMemberViewAccess in modules/gnode/tests/gnode.test
Test member user's view access to nodes in a group.
GNodeViewAccessTests::testMemberWithGlobalRoleViewAccess in modules/gnode/tests/gnode.test
Test member user's view access to nodes in a group when the permission is granted via a global level role.
GNodeViewAccessTests::testMemberWithGroupRoleViewAccess in modules/gnode/tests/gnode.test
Test member user's view access to nodes in a group when the permission is granted via a group level role.
GNodeViewAccessTests::testOutsiderPermissionBuildUp in modules/gnode/tests/gnode.test
Test the outside user does not receive access until their role has access even when higher roles do have access.
GNodeViewAccessTests::testOutsiderViewAccess in modules/gnode/tests/gnode.test
Test outsider user's view access to nodes in a group.