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 4dcabf9 commit 6f431a4Copy full SHA for 6f431a4
testing.rst
@@ -537,7 +537,7 @@ This allows you to create all types of requests you can think of:
537
538
.. caution::
539
540
- Before each request with the client, the client "resets" the container and recreates it from scratch.
+ 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.
542
But for example, when using the entity manager of Doctrine, all entities loaded with it are "lost"
543
when a new request is sent (because the entity manager was "reset"). You have to query again entities if you want
0 commit comments