Sebastian H.
Sebastian H.
@mleko64 I have tried to make ldap-bundle compatible with Symfony 5. [https://github.com/SebDev94/ldaptools-bundle/tree/symfony-5](https://github.com/SebDev94/ldaptools-bundle/tree/symfony-5) Unfortunately, I don't know much about the tests. The authentication worked and I was able to select users.
Unfortunately I have no experience how to change the test cases correctly and then execute them. The main change is a breakpoint in TreeBuilder (https://github.com/SebDev94/ldaptools-bundle/commit/16a63bd70a9d5142467a98aa13bfef561dc07921). I also changed the events,...
Aren't those tests in the "spec" folder? For example: [LdapAuthenticationProviderSpec.php](https://github.com/SebDev94/ldaptools-bundle/blob/5aa89f973c1012359c5a5883663034dacde4c5c9/spec/LdapTools/Bundle/LdapToolsBundle/Security/Authentication/Provider/LdapAuthenticationProviderSpec.php) Thanks for the feedback. That's good to know.
strangely enough, I had no problem with it. My composer.json in my projects look like this: ``` "repositories": [ { "type": "vcs", "url": "https://github.com/SebDev94/ldaptools-bundle" } ], "require": { "ldaptools/ldaptools-bundle": "dev-symfony-5",...
Hi @ahmed-bhs, sorry for the late reply. I have created a PR.