Skip to content

Commit dad267e

Browse files
qdequippeHeahDude
andauthored
Update testing.rst
Co-authored-by: Jules Pietri <heahdude@yahoo.fr>
1 parent c4c1899 commit dad267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ This allows you to create all types of requests you can think of:
538538
.. caution::
539539

540540
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.
541+
This ensures that every requests are "isolated" using "new" service objects.
542542
Also, it means that entities loaded by Doctrine repositories will be "detached", so they will need to be
543543
refreshed by the manager or queried again from a repository.
544544
when a new request is sent (because the entity manager was "reset"). You have to query again entities if you want

0 commit comments

Comments
 (0)