Symfony deprecation message when running integration tests
After running the integration tests, this message appears:
```
DEPRECATION: Since symfony/event-dispatcher 5.1: Symfony\Component\EventDispatcher\LegacyEventDispatcherProxy is deprecated, use the event dispatcher without the proxy. /builds/rva-vzw/dikdikdik/vendor/symfony/deprecation-contracts/function.php:25
```
This is possibly a problem with [codeception/phpunit-wrapper](https://github.com/Codeception/phpunit-wrapper), see this [stackoverflow question](https://stackoverflow.com/questions/56395956/how-to-fix-this-deprecation-error-in-codeception).
issue