stable

Clone or download

Read-only

Inject LDAP_UserManager dependency

This is part of request #10044 Problem in user group binding There is no functionnal changes here. This is a first step of refactoring in order to have real unit tests. Change-Id: I6819b9845959729e4259a282bf5ec8c52fb2105e

Modified Files

Name
M plugins/ldap/include/LDAP_GroupManager.class.php +16 −15 Go to diff View file
M plugins/ldap/include/LDAP_ProjectGroupManager.class.php +6 −12 Go to diff View file
M plugins/ldap/include/LDAP_UserGroupManager.class.php +7 −3 Go to diff View file
M plugins/ldap/include/ldapPlugin.class.php +16 −3 Go to diff View file
M plugins/ldap/tests/LDAP_GroupManagerTest.php +18 −27 Go to diff View file
M plugins/ldap/www/admin.php +3 −1 Go to diff View file
M plugins/ldap/www/ugroup_add_user.php +8 −1 Go to diff View file
M plugins/ldap/www/ugroup_edit.php +8 −1 Go to diff View file
M src/common/project/Admin/ProjectUGroup/Controller/Binding.class.php +8 −1 Go to diff View file
M src/common/project/Admin/ProjectUGroup/View/ShowBinding.class.php +2 −0 Go to diff View file