We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c1899 commit dad267eCopy full SHA for dad267e
testing.rst
@@ -538,7 +538,7 @@ This allows you to create all types of requests you can think of:
538
.. caution::
539
540
Before each request, the client reboots the kernel, recreating the container from scratch.
541
- That gives each request an "isolated" environment because each request will create new service objects.
+ This ensures that every requests are "isolated" using "new" service objects.
542
Also, it means that entities loaded by Doctrine repositories will be "detached", so they will need to be
543
refreshed by the manager or queried again from a repository.
544
when a new request is sent (because the entity manager was "reset"). You have to query again entities if you want
0 commit comments