stable
Clone or download
Read-only
This is part of request #14150 Get rid of SimpleTest Change-Id: Ibe4e06f545460ddab650d04f0044fd53300992af
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/ldap/include/LDAP_UserDao.class.php | +1 | −1 | Go to diff View file |
A | plugins/ldap/phpunit/LDAPRetrieveAllArgumentsTest.php | +111 | −0 | Go to diff View file |
A | plugins/ldap/phpunit/LDAPUserDaoTest.php | +95 | −0 | Go to diff View file |
A | plugins/ldap/phpunit/UserGroupManagerTest.php | +192 | −0 | Go to diff View file |
A | plugins/ldap/phpunit/UserManagerTest.php | +168 | −0 | Go to diff View file |
A | plugins/ldap/phpunit/UserSyncTest.php | +105 | −0 | Go to diff View file |
D | plugins/ldap/tests/LDAPTest.php | +0 | −100 | Go to diff View file |
D | plugins/ldap/tests/LDAP_UserDaoTest.php | +0 | −80 | Go to diff View file |
D | plugins/ldap/tests/LDAP_UserManagerTest.php | +0 | −399 | Go to diff View file |
D | plugins/ldap/tests/LDAP_UserSyncTest.php | +0 | −108 | Go to diff View file |
D | plugins/ldap/tests/UserGroupManagerTest.php | +0 | −170 | Go to diff View file |
A | plugins/ldap/tests/UserManagerAuthenticateTest.php | +311 | −0 | Go to diff View file |