You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A listener on entities flush when your application is in debug mode. It ensure you're instancing your entities the right way, so the property dispatcher must always contains an DomainEventDispatcherInterface instance. If not it throw an exception and tells you which entities is causing the error.
Compatibility with Symfony 6.0
Changed
PHP minimum version is now 7.4
Configure test suite to allow integration tests and configure a test Kernel.
Refactor the FakeModel test entity to use classic doctrine annotations.