-
Notifications
You must be signed in to change notification settings - Fork 519
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
Argument must be of type EventSubscriber, CleanListener given #1401
Comments
What's the context? I.e., what's the erroring test doing? |
Testing API endpoints - first call for every endpoint is session authentication (POST), which fails with error above. Every endpoint fails with same error, regardless of resource having any uploadable fields. |
Symfony 6.2 is currently unmaintained, can you upgrade to 6.3? |
Ok, problem fixed with 6.3 upgrade! Thanks. Composer.json requires ^6.0, though, maybe can be changed to ^6.3? |
It's not worth the effort of changing the minor version each time. |
Bug Report
Summary
After recent composer upgrade project fails with following error while running tests:
Current behavior
Error shown above started to appear after generic composer update, which includes following updates, which may be relevant:
vich/uploader-bundle from 2.1.1 to 2.2.0
doctrine/doctrine-bundle from 2.10.0 to 2.10.2
doctrine/dbal from 3.6.3 to 3.6.6
doctrine/orm from 2.15.2 to 2.16.1
symfony/* from 6.2.10 to 6.2.13
api-platform/core from 3.1.12 to 3.1.14
Please let me know if any other debug info is necessary. Thanks!
The text was updated successfully, but these errors were encountered: