PHP Class eZ\Publish\Core\Persistence\Legacy\Tests\User\UserHandlerTest

Show file Open project: ezsystems/ezpublish-kernel

Public Methods

Method Description
testAddPolicyLimitationValues ( )
testAddPolicyLimitations ( )
testAddPolicyPolicyId ( )
testAddPolicyToRoleLimitations ( )
testAddRoleToUser ( )
testAddRoleToUserWithComplexLimitation ( )
testAddRoleToUserWithLimitation ( )
testCreateAndDeleteUser ( )
testCreateDuplicateUser ( )
testCreateNewRoleRoleId ( )
testCreateNewRoleWithoutPolicies ( )
testCreateRoleDraftWithoutPolicies ( )
testCreateUser ( )
testDeleteNonExistingUser ( )
testDeletePolicy ( )
testDeletePolicyLimitationValues ( )
testDeletePolicyLimitations ( )
testDeleteRole ( )
testDeleteRoleDraft ( )
testImplicitlyCreatePolicies ( )
testInsertIncompleteUser ( )
testLoadComplexRoleAssignments ( )
testLoadPoliciesForUser ( )
testLoadRole ( )
testLoadRoleAssignmentsByGroupId ( )
testLoadRoleAssignmentsByGroupIdInherited ( )
testLoadRoleAssignmentsByRoleId ( )
testLoadRoleDraftByRoleId ( )
testLoadRoleWithPolicies ( )
testLoadRoleWithPoliciesAndGroups ( )
testLoadRoleWithPolicyLimitations ( )
testLoadRoles ( )
testLoadUnknownUser ( )
testLoadUser ( )
testLoadUserByEmail ( )
testLoadUserByEmailNotFound ( )
testLoadUserByLogin ( )
testRemoveUserRoleAssociation ( )
testRoleDraftOnlyHavePolicyDraft ( )
testSilentlyUpdateNotExistingUser ( )
testUpdatePolicies ( )
testUpdateRole ( )
testUpdateUser ( )
testUpdateUserSettings ( )

Protected Methods

Method Description
createRole ( )
getUserHandler ( )
getValidUser ( )

Method Details

createRole() protected method

protected createRole ( )

getUserHandler() protected method

protected getUserHandler ( )

getValidUser() protected method

protected getValidUser ( )

testAddPolicyLimitationValues() public method

testAddPolicyLimitations() public method

testAddPolicyPolicyId() public method

testAddPolicyToRoleLimitations() public method

testAddRoleToUser() public method

public testAddRoleToUser ( )

testAddRoleToUserWithComplexLimitation() public method

testAddRoleToUserWithLimitation() public method

testCreateAndDeleteUser() public method

testCreateDuplicateUser() public method

testCreateNewRoleRoleId() public method

testCreateNewRoleWithoutPolicies() public method

testCreateRoleDraftWithoutPolicies() public method

testCreateUser() public method

public testCreateUser ( )

testDeleteNonExistingUser() public method

testDeletePolicy() public method

public testDeletePolicy ( )

testDeletePolicyLimitationValues() public method

testDeletePolicyLimitations() public method

testDeleteRole() public method

public testDeleteRole ( )

testDeleteRoleDraft() public method

public testDeleteRoleDraft ( )

testImplicitlyCreatePolicies() public method

testInsertIncompleteUser() public method

testLoadComplexRoleAssignments() public method

testLoadPoliciesForUser() public method

testLoadRole() public method

public testLoadRole ( )

testLoadRoleAssignmentsByGroupId() public method

testLoadRoleAssignmentsByGroupIdInherited() public method

testLoadRoleAssignmentsByRoleId() public method

testLoadRoleDraftByRoleId() public method

testLoadRoleWithPolicies() public method

testLoadRoleWithPoliciesAndGroups() public method

testLoadRoleWithPolicyLimitations() public method

testLoadRoles() public method

public testLoadRoles ( )

testLoadUnknownUser() public method

public testLoadUnknownUser ( )

testLoadUser() public method

public testLoadUser ( )

testLoadUserByEmail() public method

public testLoadUserByEmail ( )

testLoadUserByEmailNotFound() public method

testLoadUserByLogin() public method

public testLoadUserByLogin ( )

testRemoveUserRoleAssociation() public method

testRoleDraftOnlyHavePolicyDraft() public method

testSilentlyUpdateNotExistingUser() public method

testUpdatePolicies() public method

public testUpdatePolicies ( )

testUpdateRole() public method

public testUpdateRole ( )

testUpdateUser() public method

public testUpdateUser ( )

testUpdateUserSettings() public method