-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Add ldap tests #38593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ldap tests #38593
Conversation
|
Now it also works on appveyor, thanks to the bitnami team, who accepted my PRs for their openldap image to include more logging so I could find the problem and to fix running as windows Administrator. |
|
@Hackwar can you have a look and merge it afterwards? I update the drone signature already |
Pull Request for missing LDAP tests as mentioned by @HLeithner in #37962 .
Summary of Changes
Testing Instructions
run the unit tests with #38421 applied (or an equally patched phpunit.xml)
Actual result BEFORE applying this Pull Request
no ldap tests (Tests: 784, Assertions: 1264, Skipped: 4.)
Expected result AFTER applying this Pull Request
5 more tests, 3 more assertions, 2 more skipped test (waiting for PRs #37962 and #37959)
Documentation Changes Required
Maybe: need to run the ldap docker image to run tests
tests/Unit/README.md should be updated on how to run the unit tests locally. I can add this once the general idea of this PR is approved.