Description
Symfony version(s) affected: 4.4.* and following
Description
LDAP test are never run.
How to reproduce
ALL test are skipped when no LDAP server is reachable. And no LDAP is provided in github actions, Travis CI and in AppVeyor.
Possible Solution
Add an OpenLDAP server in Github Actions
Additional context
I'm developing on a separate branch a possible solution. The branch is this: https://github.com/lucasaba/symfony/tree/add-ldap-tests
It already adds some of the proposed solution from @Nek- in #38875
It adds an external dependency on an openldap docker image that I'm trying to avoid but... with no luck.
Using this information I was able to run almost all test and to correct some problem on them.
I'm working on fixing a strange error when dealing with PHP 7.1: "Crtitical extension unavilable". As soon as I've fixed that, I'll made a PR.
Any help to avoid dealing with my personal docker image for openldap on github actions would be gratly appreciated.