stable

Clone or download

Read-only

chore: Drop Mockery usage in LDAP plugin

This is part of request #21775 Favor PHPUnit mock system over Mockery - part 2 Change-Id: I30557cffa9516484363997b7d264de8e5cc3738e

Modified Files

Name
M plugins/ldap/site-content/en_US/synchronize_user.txt +12 −10 Go to diff View file
M plugins/ldap/tests/unit/GroupAutocompleteControllerTest.php +27 −42 Go to diff View file
M plugins/ldap/tests/unit/LDAPDirectorySynchronizationTest.php +282 −226 Go to diff View file
M plugins/ldap/tests/unit/LDAPGroupManagerTest.php +99 −87 Go to diff View file
M plugins/ldap/tests/unit/LDAPRetrieveAllArgumentsTest.php +15 −25 Go to diff View file
M plugins/ldap/tests/unit/LDAPUserDaoTest.php +29 −36 Go to diff View file
M plugins/ldap/tests/unit/ProjectGroupManagerRestrictedUserFilterTest.php +28 −31 Go to diff View file
M plugins/ldap/tests/unit/UserGroupManagerTest.php +43 −69 Go to diff View file
M plugins/ldap/tests/unit/UserManagerAuthenticateTest.php +108 −123 Go to diff View file
M plugins/ldap/tests/unit/UserManagerTest.php +37 −35 Go to diff View file
D plugins/ldap/tests/unit/bootstrap.php +0 −20 Go to diff View file
M plugins/ldap/tests/unit/system_event/SystemEvent_PLUGIN_LDAP_UPDATE_LOGINTest.php +59 −76 Go to diff View file
M tests/lib/GlobalSVNPollution.php +4 −10 Go to diff View file
M tests/psalm/psalm.xml +0 −1 Go to diff View file