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
The core.request listener don't seems to be executed when in test environment.
So when created my database with data fixtures the entity-manager's event manager hasn't any listeners, i have to attach listeners manually when loading data fixtures.
Is it normal ? thank you
The text was updated successfully, but these errors were encountered:
Yeah, I think you have no request in the test environment (unless you use the client) so the event is not trigerred.
The former implementation used the booting of the bundle but I had to use a listener to put the locale from the session.
I didnot thought to the case of tests where there is no request.
I'm not sure if it's a bug.
The core.request listener don't seems to be executed when in test environment.
So when created my database with data fixtures the entity-manager's event manager hasn't any listeners, i have to attach listeners manually when loading data fixtures.
Is it normal ? thank you
The text was updated successfully, but these errors were encountered: